diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-21 17:48:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-21 18:28:30 +0100 |
commit | 18ec1c58da202d0572f625331389feaa14dfc336 (patch) | |
tree | 2ac4a802538628a6836d6b7a42a58b8b38265612 /dev-python/cssutils | |
parent | dev-python/chardet: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-18ec1c58da202d0572f625331389feaa14dfc336.tar.gz gentoo-18ec1c58da202d0572f625331389feaa14dfc336.tar.bz2 gentoo-18ec1c58da202d0572f625331389feaa14dfc336.zip |
dev-python/cssutils: Set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/709954
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cssutils')
-rw-r--r-- | dev-python/cssutils/cssutils-1.0.2-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/cssutils/cssutils-1.0.2-r2.ebuild b/dev-python/cssutils/cssutils-1.0.2-r2.ebuild index b1dbd02b135b..ecf3def11aa2 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 |