python311Packages.falcon: build with cython_3

This commit is contained in:
natsukium
2024-03-12 18:25:11 +01:00
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;