| Summary: | Missing dependency for piglit: python-mako | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | peter.senna |
| Component: | piglit | Assignee: | Matěj Cepl <mcepl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | ignatenko, mcepl, mcepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | piglit-1.0.20151124-1.git72e5518.fc23 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-21 16:31:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
piglit-1.0.20151124-1.git72e5518.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-03d8391955 I am sorry, I forgot to add build to updates. It should be good now. piglit-1.0.20151124-1.git72e5518.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-03d8391955 piglit-1.0.20151124-1.git72e5518.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Missing dependency: python-mako Version-Release number of selected component (if applicable): piglit-1-0.24.20150206GITi9c8b329.fc23.x86_64 How reproducible: Always Steps to Reproduce: 1. sudo dnf install piglit 2. piglit run sanity results/sanity Actual results: Traceback (most recent call last): File "/usr/bin/piglit", line 108, in <module> import framework.programs.summary as summary File "/usr/lib64/piglit/framework/programs/summary.py", line 27, in <module> import framework.summary as summary File "/usr/lib64/piglit/framework/summary.py", line 33, in <module> from mako.template import Template ImportError: No module named mako.template Expected results: [1/1] pass: 1 / Thank you for running Piglit! Results have been written to /home/peter/results/sanity Additional info: Works after: sudo dnf install python-mako