summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-10-15 07:59:27 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-16 20:21:13 +0200
commite02b2e4476a86ed50f20dec431c3849604cbbdb3 (patch)
tree64157081e69af67b692dc9c7f91c850962bead45
parentdev-python/fields: correct DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-e02b2e4476a86ed50f20dec431c3849604cbbdb3.tar.gz
gentoo-e02b2e4476a86ed50f20dec431c3849604cbbdb3.tar.bz2
gentoo-e02b2e4476a86ed50f20dec431c3849604cbbdb3.zip
dev-python/nose_warnings_filters: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748375 Package-Manager: Portage-3.0.8, 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/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
index a63e32099f56..aab58b96e277 100644
--- a/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
+++ b/dev-python/nose_warnings_filters/nose_warnings_filters-0.1.5-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1