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
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.