diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-19 13:04:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-19 13:10:05 +0200 |
commit | f53788e48603399e6946b2afd380cab2e55c392c (patch) | |
tree | e9e25e7e27e8cc7bcad7594e7bf8cfe28848c1e6 /dev-python/versioningit | |
parent | dev-python/typeguard: Eliminate stale python_gen_cond_dep (diff) | |
download | gentoo-f53788e48603399e6946b2afd380cab2e55c392c.tar.gz gentoo-f53788e48603399e6946b2afd380cab2e55c392c.tar.bz2 gentoo-f53788e48603399e6946b2afd380cab2e55c392c.zip |
dev-python/versioningit: Eliminate stale python_gen_cond_dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/versioningit')
-rw-r--r-- | dev-python/versioningit/versioningit-2.2.0.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/versioningit/versioningit-2.2.0.ebuild b/dev-python/versioningit/versioningit-2.2.0.ebuild index c508c0f00b89..9393bce3f05f 100644 --- a/dev-python/versioningit/versioningit-2.2.0.ebuild +++ b/dev-python/versioningit/versioningit-2.2.0.ebuild @@ -21,11 +21,8 @@ KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" RDEPEND=" >=dev-python/packaging-17.1[${PYTHON_USEDEP}] $(python_gen_cond_dep ' - dev-python/importlib-metadata[${PYTHON_USEDEP}] - ' 3.8 3.9) - $(python_gen_cond_dep ' <dev-python/tomli-3[${PYTHON_USEDEP}] - ' 3.8 3.9 3.10) + ' 3.10) " BDEPEND=" test? ( |