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

index 4d850008222212a735b98ea8c89c10a45c9563c6..601783fd8724c21b4d48f9e91d5ac5113c187ed0 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 5168dcade28829f74b6fff7c8ce2f209b456738a..ca16f7635813aebbf61472c908089262604c601e 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