commit: 18ec1c58da202d0572f625331389feaa14dfc336 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 21 16:48:38 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 21 17:28:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ec1c58
dev-python/cssutils: Set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/709954 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cssutils/cssutils-1.0.2-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild index b1dbd02b135..ecf3def11aa 100644 --- a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild +++ b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1
