summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-01 23:47:43 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-01 23:48:52 +0200
commit5ca19ac8a931ec73b340d3a6d9efa9b15854622a (patch)
treea55b45f9f4ab6ca45461aad94ef58e94ac4f6022
parentdev-python/fields: Remove py2.7 (diff)
downloadgentoo-5ca19ac8.tar.gz
gentoo-5ca19ac8.tar.bz2
gentoo-5ca19ac8.zip
dev-python/characteristic: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/characteristic/characteristic-14.3.0-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild b/dev-python/characteristic/characteristic-14.3.0-r3.ebuild
index 2fe3077b4082..ae5ce89e809e 100644
--- a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild
+++ b/dev-python/characteristic/characteristic-14.3.0-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1