dev-python/pyproj: Require <dev-python/cython-3

Bug: https://bugs.gentoo.org/911736
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-08-06 14:22:06 +02:00
parent 0875bf4079
commit f1f26f7464

View File

@@ -30,8 +30,9 @@ RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]
${DEPEND}
"
# <cython-3: https://bugs.gentoo.org/911736
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
<dev-python/cython-3[${PYTHON_USEDEP}]
test? (
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]