Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-instafail/
Date: Sun, 29 Mar 2020 13:21:20
Message-Id: 1585479571.9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2.andrewammerlaan@gentoo
1 commit: 9bcc2d4a15ce8d2c0caf2386d8566245eefc38e2
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Mar 29 10:59:31 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Mar 29 10:59:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bcc2d4a
7
8 dev-python/pytest-instafail: add DISTUTILS_USE_SETUPTOOLS=rdepend
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
17 index cb08939..118d3e2 100644
18 --- a/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
19 +++ b/dev-python/pytest-instafail/pytest-instafail-0.4.1.ebuild
20 @@ -5,6 +5,8 @@ EAPI=7
21
22 PYTHON_COMPAT=( python3_{6,7,8} )
23
24 +DISTUTILS_USE_SETUPTOOLS=rdepend
25 +
26 inherit distutils-r1
27
28 DESCRIPTION="Plugin for pytest that shows failures and errors instantly"