python311Packages.http-parser: cythonize before building

This commit is contained in:
Robert Schütz 2023-01-09 07:54:35 -08:00
parent e3c70611a6
commit 5804b37991

View File

@ -19,9 +19,14 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
cython
setuptools
];
preBuild = ''
# re-run cython
make -B
'';
pythonImportsCheck = [
"http_parser"