diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-14 06:28:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-14 07:31:34 +0100 |
commit | 7d11840eda44db5dfcb2ce51febc9d60d2ffa562 (patch) | |
tree | d6a1375734f6ef3f259fbdcd5228e821832662a3 /dev-python/ipdb | |
parent | dev-python/isort: Bump to 5.11.2 (diff) | |
download | gentoo-7d11840eda44db5dfcb2ce51febc9d60d2ffa562.tar.gz gentoo-7d11840eda44db5dfcb2ce51febc9d60d2ffa562.tar.bz2 gentoo-7d11840eda44db5dfcb2ce51febc9d60d2ffa562.zip |
dev-python/ipdb: Remove tomli dep on py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipdb')
-rw-r--r-- | dev-python/ipdb/ipdb-0.13.11.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/ipdb/ipdb-0.13.11.ebuild b/dev-python/ipdb/ipdb-0.13.11.ebuild index 395b79feccc6..ca401e15df98 100644 --- a/dev-python/ipdb/ipdb-0.13.11.ebuild +++ b/dev-python/ipdb/ipdb-0.13.11.ebuild @@ -24,7 +24,9 @@ RDEPEND=" " BDEPEND=" test? ( - dev-python/tomli[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/tomli[${PYTHON_USEDEP}] + ' 3.8 3.9 3.10) ) " |