dev-python/python-systemd: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:32:14 +0000 (21:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:47:09 +0000 (21:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-systemd/python-systemd-233.ebuild
dev-python/python-systemd/python-systemd-234.ebuild

index 40dde473138e44dadec10b89319676385f712a98..f5819d3df03edaf6eecb858798a97a1e0d0cf968 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 8ec1ecdd6af69ee4c5e3f2fe157ca537032abe0f..02b6eba8206bfc4e6dbca559b09d4960cee4b874 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1