diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 20:28:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 20:47:15 +0100 |
commit | 8a8b2c38dac4d1a446b4eb30059017757ed3232b (patch) | |
tree | 0aeaa2cb6cc5065b62bc928fc0cdf15ed3e1300e /dev-python/coreapi | |
parent | dev-python/cookies: Remove py2 (diff) | |
download | gentoo-8a8b2c38dac4d1a446b4eb30059017757ed3232b.tar.gz gentoo-8a8b2c38dac4d1a446b4eb30059017757ed3232b.tar.bz2 gentoo-8a8b2c38dac4d1a446b4eb30059017757ed3232b.zip |
dev-python/coreapi: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/coreapi')
-rw-r--r-- | dev-python/coreapi/coreapi-2.3.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/coreapi/coreapi-2.3.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild index 8cbbe0e7b645..61a0d757cfe6 100644 --- a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild +++ b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Python client library for Core API" diff --git a/dev-python/coreapi/coreapi-2.3.3.ebuild b/dev-python/coreapi/coreapi-2.3.3.ebuild index 6220a9b1d43e..fc7702bd5e63 100644 --- a/dev-python/coreapi/coreapi-2.3.3.ebuild +++ b/dev-python/coreapi/coreapi-2.3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Python client library for Core API" |