Bug 1632979
| Summary: | fedora 29 piper package is missing dependency after installing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rudolf Kastl <che666> |
| Component: | piper | Assignee: | Vitaly <vitaly> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | peter.hutterer, vitaly |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | piper-0.2.902-2.fc29 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-07 20:58:58 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: | |
| Embargoed: | |||
What is missing is the dependency on python3-lxml piper-0.2.902-2.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-f77d9499ad piper-0.2.902-2.fc29 has been pushed to the Fedora 29 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-2018-f77d9499ad piper-0.2.902-2.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: fedora 29 piper package is missing dependency after installing Version-Release number of selected component (if applicable): piper-0.2.902-1.fc29.noarch How reproducible: always Steps to Reproduce: 1. dnf install piper 2. piper Actual results: Traceback (most recent call last): File "/usr/bin/piper", line 36, in <module> from piper.application import Application File "/usr/lib/python3.7/site-packages/piper/application.py", line 18, in <module> from .window import Window File "/usr/lib/python3.7/site-packages/piper/window.py", line 21, in <module> from .mouseperspective import MousePerspective File "/usr/lib/python3.7/site-packages/piper/mouseperspective.py", line 19, in <module> from .buttonspage import ButtonsPage File "/usr/lib/python3.7/site-packages/piper/buttonspage.py", line 20, in <module> from .mousemap import MouseMap File "/usr/lib/python3.7/site-packages/piper/mousemap.py", line 20, in <module> from lxml import etree ModuleNotFoundError: No module named 'lxml' Expected results: successful startup of the piper tool