python311Packages.falcon: build with cython_3
This commit is contained in:
committed by
Martin Weinelt
parent
64c165b0fb
commit
ef418c072d
@@ -6,7 +6,7 @@
|
||||
, fetchFromGitHub
|
||||
|
||||
# build
|
||||
, cython
|
||||
, cython_3
|
||||
, setuptools
|
||||
|
||||
# tests
|
||||
@@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
] ++ lib.optionals (!isPyPy) [
|
||||
cython
|
||||
cython_3
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
Reference in New Issue
Block a user