dev-python/oslo-versionedobjects: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:41:00 +0000 (22:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:58 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oslo-versionedobjects/oslo-versionedobjects-1.33.3.ebuild
dev-python/oslo-versionedobjects/oslo-versionedobjects-1.35.1.ebuild

index 1b8c9c5d45223bd2debf482eec00c54f2243f698..89495a0cc9faa2c200a7a37bf292646fb62e72f5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index e8bf25d2cb9f834ee68912a8215034bd0154ea68..15911f24f26f823ea8c36745a0d382a290ce31e6 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1