Bug 1632979

Summary: fedora 29 piper package is missing dependency after installing
Product: [Fedora] Fedora Reporter: Rudolf Kastl <che666>
Component: piperAssignee: Vitaly <vitaly>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 29CC: 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:

Description Rudolf Kastl 2018-09-26 01:38:11 UTC
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

Comment 1 Rudolf Kastl 2018-09-26 16:36:26 UTC
What is missing is the dependency on python3-lxml

Comment 2 Fedora Update System 2018-09-26 22:53:05 UTC
piper-0.2.902-2.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-f77d9499ad

Comment 3 Fedora Update System 2018-09-27 16:42:55 UTC
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

Comment 4 Fedora Update System 2018-10-07 20:58:58 UTC
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.