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

Bug 563274

Summary: app-emulation/lxc-1.1.3 should add 3.5 to PYTHON_COMPAT
Product: Gentoo Linux Reporter: Jeff Kowalczyk <jeff.kowalczyk>
Component: Current packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED FIXED    
Severity: normal CC: dev-zero, hwoarang, virtualization
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: lxc-1.1.3.ebuild

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