diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-12 19:56:38 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-10-12 11:36:46 -0700 |
commit | 17ef2f0465c25faccafc2970d8c98bdec808873a (patch) | |
tree | deaebfeeecc7bda4341e3a89f7cb1c16fa1fd47f /dev-python/case | |
parent | dev-python/APScheduler: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-17ef2f0465c25faccafc2970d8c98bdec808873a.tar.gz gentoo-17ef2f0465c25faccafc2970d8c98bdec808873a.tar.bz2 gentoo-17ef2f0465c25faccafc2970d8c98bdec808873a.zip |
dev-python/case: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748045
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/case')
-rw-r--r-- | dev-python/case/case-1.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/case/case-1.5.3.ebuild b/dev-python/case/case-1.5.3.ebuild index 6dee7201f575..469d079ea75b 100644 --- a/dev-python/case/case-1.5.3.ebuild +++ b/dev-python/case/case-1.5.3.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + PYTHON_COMPAT=( python3_{6,7} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -13,9 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm64 x86" -IUSE="" RDEPEND=">=dev-python/nose-1.3.7[${PYTHON_USEDEP}] >=dev-python/mock-2.0[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |