Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 622944

Summary: dev-python/requests - unnecessary deps
Product: Gentoo Linux Reporter: Yaroslav Isakov <yaroslav.isakov>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Yaroslav Isakov 2017-06-28 17:44:29 UTC
After unbundling urllib3, there are no mentions of ndg-httpsclient, pyopenssl, cryptography. Also idna is bundled, so it's probably is not needed as a dep as well.
Comment 1 Virgil Dupras (RETIRED) gentoo-dev 2019-01-27 16:57:13 UTC
ndg-httpclient has been removed from recent requests ebuild.

As for pyopenssl and cryptography, they are runtime, optional dependency. If you grep the code, you'll see reference to them. This is why we have them as optional deps.

idna is listed as a dependency in setup.py.