diff options
author | 2023-07-19 13:04:09 +0200 | |
---|---|---|
committer | 2023-07-19 13:09:48 +0200 | |
commit | 8ca9d03a5015741c8bf479ce944d85c1a7e2a306 (patch) | |
tree | 83687d778db49d05b5beba94f6b39e6c2229d2f5 /dev-python/ipython | |
parent | dev-python/flask: Eliminate stale python_gen_cond_dep (diff) | |
download | gentoo-8ca9d03a5015741c8bf479ce944d85c1a7e2a306.tar.gz gentoo-8ca9d03a5015741c8bf479ce944d85c1a7e2a306.tar.bz2 gentoo-8ca9d03a5015741c8bf479ce944d85c1a7e2a306.zip |
dev-python/ipython: Eliminate stale python_gen_cond_dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-8.14.0.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/ipython/ipython-8.14.0.ebuild b/dev-python/ipython/ipython-8.14.0.ebuild index 25ecc219a8b9..d5d6ce184950 100644 --- a/dev-python/ipython/ipython-8.14.0.ebuild +++ b/dev-python/ipython/ipython-8.14.0.ebuild @@ -36,9 +36,6 @@ RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/stack_data[${PYTHON_USEDEP}] >=dev-python/traitlets-5.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/typing-extensions[${PYTHON_USEDEP}] - ' 3.9) " BDEPEND=" |