commit:     36143415fa604e2f5f341a0b715fc37b33ab1ac2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 14:34:37 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 21 14:35:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36143415

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 <AT> gentoo.org>

 dev-python/fitsio/{fitsio-1.2.1.ebuild => fitsio-1.2.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/fitsio/fitsio-1.2.1.ebuild 
b/dev-python/fitsio/fitsio-1.2.1-r1.ebuild
similarity index 90%
rename from dev-python/fitsio/fitsio-1.2.1.ebuild
rename to 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=
 "

Reply via email to