[Python-modules-team] Bug#943409: python3-cheroot: Missing dependency on python3-jaraco.functools

Stuart Prescott stuart at debian.org
Thu Oct 24 15:58:41 BST 2019


Package: python3-cheroot
Version: 8.2.1+ds-1
Severity: serious
Justification: Policy 3.5 Packages must specify their dependencies

Dear Maintainer,

python3-cheroot appears to have grown a dependency on jaraco.functools;
python3-jaraco.functools versio 2.0-1 is in the NEW queue.

$ python3 -c "from cheroot.wsgi import Server"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/cheroot/wsgi.py", line 36, in <module>
    from . import server
  File "/usr/lib/python3/dist-packages/cheroot/server.py", line 90, in <module>
    from .workers import threadpool
  File "/usr/lib/python3/dist-packages/cheroot/workers/threadpool.py", line 15, in <module>
    from jaraco.functools import pass_none
ModuleNotFoundError: No module named 'jaraco'

regards
Stuart



More information about the Python-modules-team mailing list