diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-23 13:47:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-23 13:47:47 +0000 |
| commit | 861ce66466591557d971d260778ad943d9dc7516 (patch) | |
| tree | ea407b9ac0c5ae38cb89419b852c60cc137f1225 /dev-python/kafka-python | |
| parent | cef5e34aa0c235c2d6a614e1290960058dd38351 (diff) | |
| download | baldeagleos-repo-861ce66466591557d971d260778ad943d9dc7516.tar.gz baldeagleos-repo-861ce66466591557d971d260778ad943d9dc7516.tar.xz baldeagleos-repo-861ce66466591557d971d260778ad943d9dc7516.zip | |
Adding metadata
Diffstat (limited to 'dev-python/kafka-python')
| -rw-r--r-- | dev-python/kafka-python/kafka-python-1.4.7.ebuild | 6 |
1 files changed, 3 insertions, 3 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 978d18be3cb4..4b11dc7f933a 100644 --- a/dev-python/kafka-python/kafka-python-1.4.7.ebuild +++ b/dev-python/kafka-python/kafka-python-1.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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}] )" |
