dev-python/oslo-serialization: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 22:51:32 +0000 (15:51 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Mar 2017 01:30:27 +0000 (18:30 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/oslo-serialization/oslo-serialization-2.13.0.ebuild
dev-python/oslo-serialization/oslo-serialization-2.16.0.ebuild

index fc773879ebf8e323dd343d208ffce4fd7f9025eb..e584af2a4178badd88bbba1f76d87f8f9c7f8052 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 
index 6a5692c198ba2eff5a083aaaaf5ddcfd337c23bf..e98506682f1d50b9660059a74c0022b0afe3be3e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot