commit:     6c2a13eb0216d3b6daa34f6a00301dbfe9d1b767
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 06:22:45 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul  8 06:55:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2a13eb

dev-python/pytest-lazy-fixture: Correct dependencies

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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
index 59dabe89455..ad61582cf74 100644
--- 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
@@ -15,9 +15,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RDEPEND="
-       dev-python/flake8[${PYTHON_USEDEP}]
-       dev-python/tox[${PYTHON_USEDEP}]
-"
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest

Reply via email to