From 9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 29 Mar 2020 12:59:31 +0200 Subject: [PATCH] dev-python/pytest-instafail: add DISTUTILS_USE_SETUPTOOLS=rdepend Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- 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 cb089396ce..118d3e2d4b 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"