commit: 3dde55d0fdf67d3072a8ed190d2e17a996b54a72 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon Oct 12 17:59:06 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Oct 12 18:36:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dde55d0
dev-python/diff-cover: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748081 Closes: https://github.com/gentoo/gentoo/pull/17906 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-python/diff-cover/diff-cover-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/diff-cover/diff-cover-2.3.0.ebuild b/dev-python/diff-cover/diff-cover-2.3.0.ebuild index c8b17359bb2..61931388f52 100644 --- a/dev-python/diff-cover/diff-cover-2.3.0.ebuild +++ b/dev-python/diff-cover/diff-cover-2.3.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -17,8 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/jinja-2.7.1[${PYTHON_USEDEP}] dev-python/jinja2_pluralize[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]"
