Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608096 - net-misc/wget: Support python:3.5 as test dependency in addition to python:3.4
Summary: net-misc/wget: Support python:3.5 as test dependency in addition to python:3.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-03 01:49 UTC by Mart Raudsepp
Modified: 2017-02-03 21:10 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 Mart Raudsepp gentoo-dev 2017-02-03 01:49:25 UTC
Currently for src_test python:3.4 is required due to only python3_4 in PYTHON_COMPAT.
Please consider accepting 3.5 and potentially 3.6 too.
This is pulling in python:3.4 on my ~arch system now with FEATURES=test :(

After locally modifying PYTHON_COMPAT from ( python3_4 ) to ( python3_{4,5} ), the tests run and pass just fine with python3.5 on my ~mips. I have not tested 3.6.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-02-03 21:10:21 UTC
python3_5 has been added to the wget-1.19 ebuild.