diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-14 15:29:33 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-10-14 18:44:03 -0700 |
commit | 0e9e79be6fcef11ebd124ae3ef8e52bce68f478d (patch) | |
tree | 62f00d754d497f464fa31dfd38a8a132513e01c9 /dev-python | |
parent | dev-python/python-podman: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-0e9e79be6fcef11ebd124ae3ef8e52bce68f478d.tar.gz gentoo-0e9e79be6fcef11ebd124ae3ef8e52bce68f478d.tar.bz2 gentoo-0e9e79be6fcef11ebd124ae3ef8e52bce68f478d.zip |
dev-python/python-backoff: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748681
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-backoff/python-backoff-1.6.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/python-backoff/python-backoff-1.6.0.ebuild b/dev-python/python-backoff/python-backoff-1.6.0.ebuild index 43b9e0eac4ad..07504e8a9c02 100644 --- a/dev-python/python-backoff/python-backoff-1.6.0.ebuild +++ b/dev-python/python-backoff/python-backoff-1.6.0.ebuild @@ -4,6 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |