diff options
author | 2024-05-21 16:34:37 +0200 | |
---|---|---|
committer | 2024-05-21 16:35:14 +0200 | |
commit | 36143415fa604e2f5f341a0b715fc37b33ab1ac2 (patch) | |
tree | c2d22395dac1b2efb0970f1e786d5fb2de9dc51a /dev-python/fitsio | |
parent | dev-python/black: Add missing dev-python/typing-extensions RDEP (diff) | |
download | gentoo-36143415fa604e2f5f341a0b715fc37b33ab1ac2.tar.gz gentoo-36143415fa604e2f5f341a0b715fc37b33ab1ac2.tar.bz2 gentoo-36143415fa604e2f5f341a0b715fc37b33ab1ac2.zip |
dev-python/fitsio: Require <dev-python/numpy-2
numpy-2 also causes runtime failures, aside from GCC 14 build failures.
Closes: https://bugs.gentoo.org/932341
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fitsio')
-rw-r--r-- | dev-python/fitsio/fitsio-1.2.1-r1.ebuild (renamed from dev-python/fitsio/fitsio-1.2.1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/fitsio/fitsio-1.2.1.ebuild b/dev-python/fitsio/fitsio-1.2.1-r1.ebuild index 543a39335611..95d01f95502b 100644 --- a/dev-python/fitsio/fitsio-1.2.1.ebuild +++ b/dev-python/fitsio/fitsio-1.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" DEPEND=" + <dev-python/numpy-2[${PYTHON_USEDEP}] >=dev-python/numpy-1.11[${PYTHON_USEDEP}] sci-libs/cfitsio:0= " |