Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 531852 - =dev-python/requests-2.5.0-r1 bundles dev-python/urllib3
Summary: =dev-python/requests-2.5.0-r1 bundles dev-python/urllib3
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-06 23:11 UTC by Alex Brandt (RETIRED)
Modified: 2014-12-11 06:49 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 Alex Brandt (RETIRED) gentoo-dev 2014-12-06 23:11:41 UTC
While investigating stack traces today, I found that dev-python/requests-2.5.0-r1 bundles urllib3 internally in requests.packages.

Reproducible: Always

Steps to Reproduce:
1. emerge -av \=dev-python/requests-2.5.0-r1
2. ls -l /usr/lib/python*/site-packages/requests/packages
Actual Results:  
Bundled urllib3 is installed and used inside of dev-python/requests.

Expected Results:  
Unbundle this library and use the system version.

Just happened to notice this one.  Not a big deal.
Comment 1 Tim Harder gentoo-dev 2014-12-11 06:49:45 UTC
We used to unbundle it, then upstream started pulling in random git versions for releases.

Closing as won't fix. If they ever start bundling actual release versions again, then we can consider unbundling it.