summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:04:55 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:25:55 +0100
commit4995ea1ee6ce414c32fe8f48496adcfbbcfe85a3 (patch)
tree5e55a03bc3db94940699b2fe3f160c65a0606adc /dev-util/umockdev/umockdev-0.12.1.ebuild
parentdev-util/ninja: Remove py2 where possible (diff)
downloadgentoo-4995ea1ee6ce414c32fe8f48496adcfbbcfe85a3.tar.gz
gentoo-4995ea1ee6ce414c32fe8f48496adcfbbcfe85a3.tar.bz2
gentoo-4995ea1ee6ce414c32fe8f48496adcfbbcfe85a3.zip
dev-util/umockdev: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/umockdev/umockdev-0.12.1.ebuild')
-rw-r--r--dev-util/umockdev/umockdev-0.12.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/umockdev/umockdev-0.12.1.ebuild b/dev-util/umockdev/umockdev-0.12.1.ebuild
index b9da4873d6c1..8b36fb5d0bb8 100644
--- a/dev-util/umockdev/umockdev-0.12.1.ebuild
+++ b/dev-util/umockdev/umockdev-0.12.1.ebuild
@@ -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