summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-06 14:24:51 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-06 14:30:29 +0200
commitfe7949ce337a74c90e90508f0df729a97ac94c42 (patch)
tree7f81c5e2fe4aec1086021ba7562e22cd82b9ce95 /dev-python/thriftpy2
parentdev-python/shapely: Require <dev-python/cython-3 (diff)
downloadgentoo-fe7949ce337a74c90e90508f0df729a97ac94c42.tar.gz
gentoo-fe7949ce337a74c90e90508f0df729a97ac94c42.tar.bz2
gentoo-fe7949ce337a74c90e90508f0df729a97ac94c42.zip
dev-python/thriftpy2: Require <dev-python/cython-3
Bug: https://bugs.gentoo.org/898722 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/thriftpy2')
-rw-r--r--dev-python/thriftpy2/thriftpy2-0.4.16.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/thriftpy2/thriftpy2-0.4.16.ebuild b/dev-python/thriftpy2/thriftpy2-0.4.16.ebuild
index 8e796b0dc9cb..8ebe334c6442 100644
--- a/dev-python/thriftpy2/thriftpy2-0.4.16.ebuild
+++ b/dev-python/thriftpy2/thriftpy2-0.4.16.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
@@ -27,8 +27,9 @@ RDEPEND="
dev-python/ply[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
+# <cython-3: https://bugs.gentoo.org/898722
BDEPEND="
- dev-python/cython[${PYTHON_USEDEP}]
+ <dev-python/cython-3[${PYTHON_USEDEP}]
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/tornado[${PYTHON_USEDEP}]