diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-09 14:47:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-09 15:01:20 +0100 |
commit | a9ee44f426e34cdd3463c8bbeef993e211795181 (patch) | |
tree | 02f92a928b91bfad08637f949675cd0339cceb25 /dev-python/flake8 | |
parent | dev-python/click: Remove stale pypy3.7 deps (diff) | |
download | gentoo-a9ee44f426e34cdd3463c8bbeef993e211795181.tar.gz gentoo-a9ee44f426e34cdd3463c8bbeef993e211795181.tar.bz2 gentoo-a9ee44f426e34cdd3463c8bbeef993e211795181.zip |
dev-python/flake8: Remove stale pypy3.7 deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flake8')
-rw-r--r-- | dev-python/flake8/flake8-3.9.2-r1.ebuild (renamed from dev-python/flake8/flake8-3.9.2.ebuild) | 1 | ||||
-rw-r--r-- | dev-python/flake8/flake8-4.0.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/flake8/flake8-4.0.1-r1.ebuild (renamed from dev-python/flake8/flake8-4.0.1.ebuild) | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/flake8/flake8-3.9.2.ebuild b/dev-python/flake8/flake8-3.9.2-r1.ebuild index 4919eb6d71cf..ba315d7ed262 100644 --- a/dev-python/flake8/flake8-3.9.2.ebuild +++ b/dev-python/flake8/flake8-3.9.2-r1.ebuild @@ -20,7 +20,6 @@ RDEPEND=" <dev-python/pyflakes-2.4.0[${PYTHON_USEDEP}] >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}] <dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3) " PDEPEND=" >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}] diff --git a/dev-python/flake8/flake8-4.0.0.ebuild b/dev-python/flake8/flake8-4.0.0.ebuild index 8bf1116ff1cf..3c07a4d85dc9 100644 --- a/dev-python/flake8/flake8-4.0.0.ebuild +++ b/dev-python/flake8/flake8-4.0.0.ebuild @@ -20,7 +20,6 @@ RDEPEND=" <dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}] >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}] <dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3) " PDEPEND=" >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}] diff --git a/dev-python/flake8/flake8-4.0.1.ebuild b/dev-python/flake8/flake8-4.0.1-r1.ebuild index 8eff90baa868..e2b118bdbb23 100644 --- a/dev-python/flake8/flake8-4.0.1.ebuild +++ b/dev-python/flake8/flake8-4.0.1-r1.ebuild @@ -20,7 +20,6 @@ RDEPEND=" <dev-python/pyflakes-2.5.0[${PYTHON_USEDEP}] >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}] <dev-python/pycodestyle-2.9.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3) " PDEPEND=" >=dev-python/mccabe-0.6.0[${PYTHON_USEDEP}] |