commit: 9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 29 10:59:31 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 29 10:59:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bcc2d4a
dev-python/pytest-instafail: add DISTUTILS_USE_SETUPTOOLS=rdepend
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
index cb08939..118d3e2 100644
--- a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
+++ b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
@@ -5,6 +5,8 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
inherit distutils-r1
DESCRIPTION="Plugin for pytest that shows failures and errors instantly"