FS#66532 - [urlwatch] 2.18-1 missing dependency on python-pycodestyle

Attached to Project: Community Packages
Opened by Evangelos Foutras (foutrelis) - Monday, 04 May 2020, 11:12 GMT
Last edited by Daniel M. Capella (polyzen) - Monday, 04 May 2020, 11:31 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Daniel M. Capella (polyzen)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

urlwatch 2.18 fails to run; installing python-pycodestyle fixes it.

Additional info:
* package version(s): urlwatch 2.18-1

Steps to reproduce:

$ urlwatch
Traceback (most recent call last):
File "/usr/bin/urlwatch", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3259, in <module>
def _initialize_master_working_set():
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3242, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3271, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 584, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 901, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 787, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pycodestyle' distribution was not found and is required by urlwatch
This task depends upon

Closed by  Daniel M. Capella (polyzen)
Monday, 04 May 2020, 11:31 GMT
Reason for closing:  Fixed
Additional comments about closing:  https://git.archlinux.org/svntogit/commu nity.git/commit/trunk?h=packages/urlwatc h&id=b076884459556de690172fcdac51fa1 b1a87675b

Loading...