diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:47:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-01 23:48:52 +0200 |
commit | 5ca19ac8a931ec73b340d3a6d9efa9b15854622a (patch) | |
tree | a55b45f9f4ab6ca45461aad94ef58e94ac4f6022 /dev-python/characteristic | |
parent | dev-python/fields: Remove py2.7 (diff) | |
download | gentoo-5ca19ac8a931ec73b340d3a6d9efa9b15854622a.tar.gz gentoo-5ca19ac8a931ec73b340d3a6d9efa9b15854622a.tar.bz2 gentoo-5ca19ac8a931ec73b340d3a6d9efa9b15854622a.zip |
dev-python/characteristic: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/characteristic')
-rw-r--r-- | dev-python/characteristic/characteristic-14.3.0-r3.ebuild | 2 |
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 |