FS#67508 - [python-urwidtrees] Missing "python-mock" dependency

Attached to Project: Community Packages
Opened by Christian Zugno (christian97) - Thursday, 06 August 2020, 10:22 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 06 August 2020, 14:08 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
As can be seen from https://github.com/pazz/urwidtrees/blob/master/setup.py , version 1.0.3 of the package requires an additional dependency ("python-mock"), which makes programs that rely on it throw this exception:

pkg_resources.DistributionNotFound: The 'mock' distribution was not found and is required by urwidtrees

As this is only needed to build the docs on very old Python versions that don't come with the unittest module, the dependency could be either patched out or added to the list of dependencies.

Additional info:
* package version(s): 1.0.3

Steps to reproduce:
pacman -S alot
alot
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 06 August 2020, 14:08 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-urwidtrees 1.0.3-2

Loading...