diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 19:31:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:12:19 +0100 |
commit | 73feaa1e053fe6d8e2a96f34759d56ed89432279 (patch) | |
tree | c396ca9b5be8682fb2c5c8af160d8e77c8e60dc7 /dev-python/pika | |
parent | dev-python/pika-pool: Remove py2 (diff) | |
download | gentoo-73feaa1e053fe6d8e2a96f34759d56ed89432279.tar.gz gentoo-73feaa1e053fe6d8e2a96f34759d56ed89432279.tar.bz2 gentoo-73feaa1e053fe6d8e2a96f34759d56ed89432279.zip |
dev-python/pika: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pika')
-rw-r--r-- | dev-python/pika/pika-0.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pika/pika-0.13.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pika/pika-0.10.0.ebuild b/dev-python/pika/pika-0.10.0.ebuild index 0ff76879c705..4acbcfe223a4 100644 --- a/dev-python/pika/pika-0.10.0.ebuild +++ b/dev-python/pika/pika-0.10.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/pika/pika-0.13.0.ebuild b/dev-python/pika/pika-0.13.0.ebuild index cc7b2c08c825..7f780be83ea0 100644 --- a/dev-python/pika/pika-0.13.0.ebuild +++ b/dev-python/pika/pika-0.13.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |