dev-python/oslo-i18n: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:36:47 +0000 (11:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:41 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild
dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild

index 46401f76572f3e365e12c1a30da70e472cc7a3fd..1bd39e3d2bdc9e8b2b798a9f5b10071f36dd50f2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 vcs-snapshot
 
index cfd97ce2a31cb4646784355ad93a7192f7d1d47e..aaa558a19924c70f5551eb7b5f4ec551ba7587d4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 vcs-snapshot