commit: 8a8b2c38dac4d1a446b4eb30059017757ed3232b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 19:28:06 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 19:47:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8b2c38
dev-python/coreapi: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/coreapi/coreapi-2.3.3-r1.ebuild | 2 +- 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 8cbbe0e7b64..61a0d757cfe 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 6220a9b1d43..fc7702bd5e6 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"
