summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-10-12 17:34:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-16 20:21:01 +0200
commit5ae86747a779dcaca3eab4ee2857968165c215c9 (patch)
tree4efdaf674eee31c7fced12a1b3c85a34320c8e5b /dev-python
parentdev-python/HeapDict: correct DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-5ae86747a779dcaca3eab4ee2857968165c215c9.tar.gz
gentoo-5ae86747a779dcaca3eab4ee2857968165c215c9.tar.bz2
gentoo-5ae86747a779dcaca3eab4ee2857968165c215c9.zip
dev-python/alabaster: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748009 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>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/alabaster/alabaster-0.7.12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/alabaster/alabaster-0.7.12.ebuild b/dev-python/alabaster/alabaster-0.7.12.ebuild
index 21c8f6f696bb..7639f79e265f 100644
--- a/dev-python/alabaster/alabaster-0.7.12.ebuild
+++ b/dev-python/alabaster/alabaster-0.7.12.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1