diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 11:06:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 11:15:36 +0200 |
commit | ba3937cd759c97f5997777049ff8601941e523a1 (patch) | |
tree | c9911140591fc35020a74c50e8250b7c1145e403 /dev-python/kafka-python | |
parent | dev-python/dnspython: Remove py2 (diff) | |
download | gentoo-ba3937cd759c97f5997777049ff8601941e523a1.tar.gz gentoo-ba3937cd759c97f5997777049ff8601941e523a1.tar.bz2 gentoo-ba3937cd759c97f5997777049ff8601941e523a1.zip |
dev-python/kafka-python: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kafka-python')
-rw-r--r-- | dev-python/kafka-python/kafka-python-1.4.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/kafka-python/kafka-python-1.4.7.ebuild b/dev-python/kafka-python/kafka-python-1.4.7.ebuild index 6a83fc9b9507..1a898aaef78f 100644 --- a/dev-python/kafka-python/kafka-python-1.4.7.ebuild +++ b/dev-python/kafka-python/kafka-python-1.4.7.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,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |