diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-12 17:11:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:20:59 +0200 |
commit | 6732f19cc40c6990aad197c26cde34efc7fe071e (patch) | |
tree | 379965846cc3c26859fd9e4142d8c1ddbf2a40ed | |
parent | dev-python/pytest-pylint: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-6732f19cc40c6990aad197c26cde34efc7fe071e.tar.gz gentoo-6732f19cc40c6990aad197c26cde34efc7fe071e.tar.bz2 gentoo-6732f19cc40c6990aad197c26cde34efc7fe071e.zip |
dev-python/PyContracts: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/747985
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/PyContracts/PyContracts-1.8.14-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyContracts/PyContracts-1.8.14-r1.ebuild b/dev-python/PyContracts/PyContracts-1.8.14-r1.ebuild index 38b49352c989..4699ef34f3e3 100644 --- a/dev-python/PyContracts/PyContracts-1.8.14-r1.ebuild +++ b/dev-python/PyContracts/PyContracts-1.8.14-r1.ebuild @@ -3,8 +3,8 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |