commit: d21840cd8404e0807fd167f403ffe44234654050 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Oct 15 06:07:13 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 18:21:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21840cd
dev-python/ptpython: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748471 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/ptpython/ptpython-2.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ptpython/ptpython-2.0.6.ebuild b/dev-python/ptpython/ptpython-2.0.6.ebuild index c78a3359a53..c543ecf4590 100644 --- a/dev-python/ptpython/ptpython-2.0.6.ebuild +++ b/dev-python/ptpython/ptpython-2.0.6.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -13,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" RDEPEND=" dev-python/docopt[${PYTHON_USEDEP}]
