python312Packages.scikits-odes: disable

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:23 +02:00
parent 79266c303b
commit 554e9da652
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchPypi,
pythonAtLeast,
cython,
enum34,
gfortran,
@@ -18,7 +19,8 @@ buildPythonPackage rec {
pname = "scikits.odes";
version = "2.7.0";
disabled = isPy27;
# https://github.com/bmcage/odes/issues/130
disabled = isPy27 || pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;