Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576302 - dev-python/backports: add python3.5 support
Summary: dev-python/backports: add python3.5 support
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-02 23:02 UTC by Jonas Jelten
Modified: 2016-03-02 23:22 UTC (History)
1 user (show)

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 Jonas Jelten 2016-03-02 23:02:50 UTC
Adding 3.5 to the PYTHON_TARGETS="python3_5" should be enough.
Comment 1 Mike Gilbert gentoo-dev 2016-03-02 23:07:34 UTC
Why is this needed?
Comment 2 Jonas Jelten 2016-03-02 23:22:09 UTC
Some packages try to import it even if running under py3.5 already,
but you are right, my concrete case of a failing urllib3 was actually caused by
ImportError: /usr/lib64/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so: undefined symbol: SSLv2_method

So I'm not really sure if the support is required, but I can imagine some packages blindly import backports and don't check if it's no longer required. Still, this should be fixed in the package then.