Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-lazy-fixture/
Date: Thu, 08 Jul 2021 06:55:40
Message-Id: 1625727318.6c2a13eb0216d3b6daa34f6a00301dbfe9d1b767.mgorny@gentoo
1 commit: 6c2a13eb0216d3b6daa34f6a00301dbfe9d1b767
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 06:22:45 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 06:55:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2a13eb
7
8 dev-python/pytest-lazy-fixture: Correct dependencies
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
16 index 59dabe89455..ad61582cf74 100644
17 --- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
18 +++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
19 @@ -15,9 +15,6 @@ LICENSE="MIT"
20 SLOT="0"
21 KEYWORDS="amd64 x86"
22
23 -RDEPEND="
24 - dev-python/flake8[${PYTHON_USEDEP}]
25 - dev-python/tox[${PYTHON_USEDEP}]
26 -"
27 +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
28
29 distutils_enable_tests pytest