Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-flakes/
Date: Tue, 23 Feb 2021 09:33:14
Message-Id: 1614072771.bdcf6572a0998f95763c7bc903d8b2869c8d5583.soap@gentoo
1 commit: bdcf6572a0998f95763c7bc903d8b2869c8d5583
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Feb 23 09:32:51 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 09:32:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdcf6572
7
8 dev-python/pytest-flakes: Add missing pyflakes dep
9
10 Closes: https://bugs.gentoo.org/772218
11
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 .../{pytest-flakes-4.0.2.ebuild => pytest-flakes-4.0.2-r1.ebuild} | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/pytest-flakes/pytest-flakes-4.0.2.ebuild b/dev-python/pytest-flakes/pytest-flakes-4.0.2-r1.ebuild
19 similarity index 82%
20 rename from dev-python/pytest-flakes/pytest-flakes-4.0.2.ebuild
21 rename to dev-python/pytest-flakes/pytest-flakes-4.0.2-r1.ebuild
22 index a40a3804b1c..ec121802c20 100644
23 --- a/dev-python/pytest-flakes/pytest-flakes-4.0.2.ebuild
24 +++ b/dev-python/pytest-flakes/pytest-flakes-4.0.2-r1.ebuild
25 @@ -14,6 +14,8 @@ LICENSE="BSD"
26 SLOT="0"
27 KEYWORDS="~amd64"
28
29 -RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
30 +RDEPEND="
31 + dev-python/pyflakes[${PYTHON_USEDEP}]
32 + dev-python/pytest[${PYTHON_USEDEP}]"
33
34 distutils_enable_tests pytest