dev-python/os-brick: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:16:56 +0000 (22:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:10 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/os-brick/os-brick-2.5.5.ebuild
dev-python/os-brick/os-brick-2.8.2.ebuild

index 965814593c2a8c3ac2f2ed47b00f3d30b4ed3036..a684a0844715516a1b84a9c07ef99e11f1928ece 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 10858226216c3ab73e84264edc51b0b67adc0c33..a1766af0adcbc8bf675d8ac72e95bab7eaf89cee 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