diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-06 14:19:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-06 14:30:25 +0200 |
commit | 55c87206a5ac07eb151513fa1a6cb0b8ad4b4289 (patch) | |
tree | 0d7cd0c797ebc707553b7449b9496db32354231d /dev-python/line_profiler | |
parent | dev-python/jq: Require <dev-python/cython-3 (diff) | |
download | gentoo-55c87206a5ac07eb151513fa1a6cb0b8ad4b4289.tar.gz gentoo-55c87206a5ac07eb151513fa1a6cb0b8ad4b4289.tar.bz2 gentoo-55c87206a5ac07eb151513fa1a6cb0b8ad4b4289.zip |
dev-python/line_profiler: Require <dev-python/cython-3
Bug: https://bugs.gentoo.org/911735
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/line_profiler')
-rw-r--r-- | dev-python/line_profiler/line_profiler-4.0.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/line_profiler/line_profiler-4.0.3.ebuild b/dev-python/line_profiler/line_profiler-4.0.3.ebuild index 2cf016dcb0a6..bb034b04c80c 100644 --- a/dev-python/line_profiler/line_profiler-4.0.3.ebuild +++ b/dev-python/line_profiler/line_profiler-4.0.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 @@ -26,8 +26,9 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-python/ipython[${PYTHON_USEDEP}] " +# <cython-3: https://bugs.gentoo.org/911735 BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] + <dev-python/cython-3[${PYTHON_USEDEP}] test? ( dev-python/coverage[${PYTHON_USEDEP}] dev-python/ubelt[${PYTHON_USEDEP}] |