Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679812 - =dev-python/cherrypy-18.1.0 should depend on >=dev/python/cheroot-6.3.0
Summary: =dev-python/cherrypy-18.1.0 should depend on >=dev/python/cheroot-6.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 679810
Blocks:
  Show dependency tree
 
Reported: 2019-03-08 20:21 UTC by Florian Berger
Modified: 2020-06-05 04:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Berger 2019-03-08 20:21:45 UTC
dev-python/cherrypy has outsourced its web server component into dev-python/cheroot.

dev-python/cheroot-6.3.0 has changed the API of cheroot.wsgi.Server, which is reflected in dev-python/cherrypy-18.1.0 .

However, dev-python/cherrypy-18.1.0 only depends on >=dev-python/cheroot-5.9.1 , resulting in the error:

...
 File "/usr/lib/python3.6/site-packages/cherrypy/_cpwsgi_server.py", line 78, in __init__
    peercreds_resolve_enabled=self.server_adapter.peercreds_resolve,
TypeError: __init__() got an unexpected keyword argument 'peercreds_enabled'

dev-python/cherrypy-18.1.0 should depend on >=dev-python/cheroot-6.3.0 .

Currently the required version of cheroot is not in the tree. I have filed bug 679810 for that.
Comment 1 Mike Gilbert gentoo-dev 2020-06-05 04:09:15 UTC
setup.py has cheroot>=6.2.4 in install_requires, and the current ebuild matches that.