dev-util/umockdev: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:04:55 +0000 (14:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:25:55 +0000 (14:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/umockdev/umockdev-0.11.3.ebuild
dev-util/umockdev/umockdev-0.12.1.ebuild
dev-util/umockdev/umockdev-0.9.4.ebuild

index 3d52cf6d2c8072a3b8978e108648681ef5809c71..c4d61d96500e2ffd5ab5b7039c40e514d7eb387a 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 multilib-minimal python-any-r1
 
index b9da4873d6c1c0ef7cb35d42d1aff08ad65c457b..8b36fb5d0bb87682c85d90a416f5585f67b57735 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 multilib-minimal python-any-r1
 
index 0b6c981d454863355a79c4dc8a2b61a7b025a345..4845f7ae319db9b6f1327e9150eead8e18c41cfd 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 python-any-r1