diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 12:45:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 12:48:07 +0200 |
commit | acafc56974395ed442f8a4394c836f434763b667 (patch) | |
tree | 123de052883d92dfd5346d431e1310a160af4ad9 /dev-python | |
parent | dev-python/fitsio: Enable py3.9 (diff) | |
download | gentoo-acafc56974395ed442f8a4394c836f434763b667.tar.gz gentoo-acafc56974395ed442f8a4394c836f434763b667.tar.bz2 gentoo-acafc56974395ed442f8a4394c836f434763b667.zip |
dev-python/kafka-python: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/kafka-python/kafka-python-1.4.7.ebuild | 8 |
1 files changed, 4 insertions, 4 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 d821f6d6524b..36adc8405d2e 100644 --- a/dev-python/kafka-python/kafka-python-1.4.7.ebuild +++ b/dev-python/kafka-python/kafka-python-1.4.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -17,9 +17,9 @@ IUSE="snappy test" RESTRICT="!test? ( test )" RDEPEND="snappy? ( dev-python/snappy[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] +BDEPEND=" test? ( + ${RDEPEND} dev-python/mock[${PYTHON_USEDEP}] dev-python/unittest2[${PYTHON_USEDEP}] )" |