Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563274 - app-emulation/lxc-1.1.3 should add 3.5 to PYTHON_COMPAT
Summary: app-emulation/lxc-1.1.3 should add 3.5 to PYTHON_COMPAT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-16 21:41 UTC by Jeff Kowalczyk
Modified: 2015-10-18 11:32 UTC (History)
3 users (show)

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


Attachments
lxc-1.1.3.ebuild (lxc-1.1.3.ebuild,5.78 KB, text/plain)
2015-10-16 21:42 UTC, Jeff Kowalczyk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2015-10-16 21:41:31 UTC
lxc-1.1.3 in portage lacks 3.5 in PYTHON_COMPAT. The modified ebuild (attached) with diff below builds successfully:

% diff -u /usr/portage/app-emulation/lxc/lxc-1.1.3.ebuild lxc-1.1.3.ebuild 
--- /usr/portage/app-emulation/lxc/lxc-1.1.3.ebuild     2015-10-14 12:39:00.843397118 -0700
+++ lxc-1.1.3.ebuild    2015-10-16 12:40:26.151830678 -0700
@@ -5,7 +5,7 @@
 EAPI="5"
 
 MY_P="${P/_/-}"
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
 DISTUTILS_OPTIONAL=1
 
 inherit autotools bash-completion-r1 distutils-r1 eutils linux-info versionator flag-o-matic systemd

Please add python 3.5 support via this or other method.

Reproducible: Always
Comment 1 Jeff Kowalczyk 2015-10-16 21:42:17 UTC
Created attachment 414736 [details]
lxc-1.1.3.ebuild

Add python 3.5 to PYTHON_COMPAT
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2015-10-18 11:32:34 UTC
Fixed in 1.1.4