From: Michał Górny Date: Fri, 6 Mar 2020 03:24:08 +0000 (+0100) Subject: dev-python/qrcode: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dfd27556cd1d8b70d9492f8813d2b7cb6a3c0350;p=gentoo.git dev-python/qrcode: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/711592 Signed-off-by: Michał Górny --- diff --git a/dev-python/qrcode/qrcode-6.1.ebuild b/dev-python/qrcode/qrcode-6.1.ebuild index 6478dfae767c..302af0286b49 100644 --- a/dev-python/qrcode/qrcode-6.1.ebuild +++ b/dev-python/qrcode/qrcode-6.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 @@ -21,8 +22,6 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}]" distutils_enable_tests unittest