summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-10-15 07:52:18 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-16 20:21:09 +0200
commit4f97127e5803d10359e51568a36953f21a8d0c5a (patch)
treecad9b8314486dac8358a887cd80d8e560bce6767
parentdev-python/jsonref: correct DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-4f97127e5803d10359e51568a36953f21a8d0c5a.tar.gz
gentoo-4f97127e5803d10359e51568a36953f21a8d0c5a.tar.bz2
gentoo-4f97127e5803d10359e51568a36953f21a8d0c5a.zip
dev-python/nose-random: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748333 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-random/nose-random-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild
index 3b830e6abb7b..30ef802cd50c 100644
--- a/dev-python/nose-random/nose-random-1.0.0.ebuild
+++ b/dev-python/nose-random/nose-random-1.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
DESCRIPTION="Nose plugin to facilitate randomized unit testing"