commit: 684ebb6531f3c3756150005bcfa2e9b496d3d49b Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Thu Oct 15 17:34:31 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 18:21:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684ebb65
dev-python/xlutils: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/749143 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/xlutils/xlutils-2.0.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/xlutils/xlutils-2.0.0-r1.ebuild b/dev-python/xlutils/xlutils-2.0.0-r1.ebuild index 9d2dc3f3532..a94bad5e598 100644 --- a/dev-python/xlutils/xlutils-2.0.0-r1.ebuild +++ b/dev-python/xlutils/xlutils-2.0.0-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1
