python313Packages.cython_0: disable
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
setuptools,
|
||||
python,
|
||||
pkg-config,
|
||||
pythonAtLeast,
|
||||
gdb,
|
||||
numpy,
|
||||
ncurses,
|
||||
@@ -35,6 +36,9 @@ buildPythonPackage rec {
|
||||
version = "0.29.36";
|
||||
pyproject = true;
|
||||
|
||||
# error: too few arguments to function '_PyLong_AsByteArray'
|
||||
disabled = pythonAtLeast "3.13";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Cython";
|
||||
inherit version;
|
||||
|
||||
Reference in New Issue
Block a user