Bug 1632979 - fedora 29 piper package is missing dependency after installing
Summary: fedora 29 piper package is missing dependency after installing
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: piper
Version: 29
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vitaly
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-09-26 01:38 UTC by Rudolf Kastl
Modified: 2018-10-07 20:58 UTC (History)
2 users (show)

Fixed In Version: piper-0.2.902-2.fc29
Clone Of:
Environment:
Last Closed: 2018-10-07 20:58:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.