summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2021-02-13 16:21:04 -0500
committerBrian Dolbec <dolsen@gentoo.org>2021-02-13 16:27:08 -0500
commita07f77f910e03f8f648d1d24d0e1854d20921309 (patch)
tree3d0543a64087217b07835ffe2f05fa283642963f /dev-python/setuptools_trial
parentdev-python/pyGPG: Fix DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-a07f77f910e03f8f648d1d24d0e1854d20921309.tar.gz
gentoo-a07f77f910e03f8f648d1d24d0e1854d20921309.tar.bz2
gentoo-a07f77f910e03f8f648d1d24d0e1854d20921309.zip
dev-python/setuptools_trial: Fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/747712 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-python/setuptools_trial')
-rw-r--r--dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild b/dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild
index 46665169315d..6c7422a9e713 100644
--- a/dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild
+++ b/dev-python/setuptools_trial/setuptools_trial-0.6.0-r1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS="rdepend"
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
inherit distutils-r1
DESCRIPTION="Setuptools plugin that makes unit tests execute with trial instead of pyunit"