summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-15 13:44:22 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-15 13:59:28 +0200
commit74c19256f30281d965003e929fe3be6f37e61b5d (patch)
tree9cd54fbb02c192435b74388964af1c09bb0f67b7 /dev-python
parent87173eebba0b28cc956d470db1bced7439602969 (diff)
downloadgentoo-74c19256f30281d965003e929fe3be6f37e61b5d.tar.gz
gentoo-74c19256f30281d965003e929fe3be6f37e61b5d.tar.bz2
gentoo-74c19256f30281d965003e929fe3be6f37e61b5d.zip
dev-python/flatbuffers: restrict test dep to <dev-python/numpy-2
Tests require newbyteorder method, which was removed from the ndarray class in NumPy 2.0. The issue was reported upstream, see [1]. [1] https://github.com/google/flatbuffers/issues/8332 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/flatbuffers/flatbuffers-24.3.25.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild b/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild
index 9c8abb9dd3c3..f8473ffd984c 100644
--- a/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild
+++ b/dev-python/flatbuffers/flatbuffers-24.3.25.ebuild
@@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
BDEPEND="
test? (
- dev-python/numpy[${PYTHON_USEDEP}]
+ <dev-python/numpy-2[${PYTHON_USEDEP}]
)
"