diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-08 08:22:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-08 08:55:18 +0200 |
commit | 6c2a13eb0216d3b6daa34f6a00301dbfe9d1b767 (patch) | |
tree | 1ef58c7f1b542aab61d00260f90e6028154158ac /dev-python/pytest-lazy-fixture | |
parent | app-portage/portage-utils-0.90.1: restore latest stable for 32-bits archs (diff) | |
download | gentoo-6c2a13eb0216d3b6daa34f6a00301dbfe9d1b767.tar.gz gentoo-6c2a13eb0216d3b6daa34f6a00301dbfe9d1b767.tar.bz2 gentoo-6c2a13eb0216d3b6daa34f6a00301dbfe9d1b767.zip |
dev-python/pytest-lazy-fixture: Correct dependencies
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-lazy-fixture')
-rw-r--r-- | dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 5 |
1 files changed, 1 insertions, 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 59dabe89455d..ad61582cf74d 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 |