mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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>
This commit is contained in:
parent
87173eebba
commit
74c19256f3
@ -27,7 +27,7 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
<dev-python/numpy-2[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user