python311Packages.memory-allocator: use cython_3
This commit is contained in:
parent
2ca721709a
commit
69edce0c66
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ lib
|
{ lib
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, cython
|
, cython_3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
hash = "sha256-E4BcKuHAG3SJ+rXo6sk2FmK08sAkEuNlLuzkj/aVMWI=";
|
hash = "sha256-E4BcKuHAG3SJ+rXo6sk2FmK08sAkEuNlLuzkj/aVMWI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ cython ];
|
propagatedBuildInputs = [ cython_3 ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "memory_allocator" ];
|
pythonImportsCheck = [ "memory_allocator" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue