diff options
-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 6dee7201f57..469d079ea75 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}]" |