commit: e3cff0a513ecf019311791d50cee5edac2d7da6e Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Oct 15 05:53:50 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 18:21:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3cff0a5
dev-python/manuel: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748339 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/manuel/manuel-1.9.0.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-python/manuel/manuel-1.9.0.ebuild b/dev-python/manuel/manuel-1.9.0.ebuild index f7f535aa438..0516848a17b 100644 --- a/dev-python/manuel/manuel-1.9.0.ebuild +++ b/dev-python/manuel/manuel-1.9.0.ebuild @@ -3,7 +3,8 @@ EAPI=6 -PYTHON_COMPAT=( python{3_6,3_7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -18,10 +19,6 @@ KEYWORDS="amd64 x86" RDEPEND=" dev-python/six[${PYTHON_USEDEP}]" -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - # Required to run tests DISTUTILS_IN_SOURCE_BUILD=1
