python311Packages.brotli-asgi: fix build

This commit is contained in:
ocfox 2024-02-11 21:52:21 +08:00
parent 0dc186716d
commit 685fe89584
No known key found for this signature in database

View file

@ -6,6 +6,7 @@
, starlette , starlette
, brotli , brotli
# check inputs # check inputs
, httpx
, requests , requests
, mypy , mypy
, brotlipy , brotlipy
@ -35,6 +36,7 @@ buildPythonPackage {
pythonImportsCheck = [ "brotli_asgi" ]; pythonImportsCheck = [ "brotli_asgi" ];
nativeCheckInputs = [ nativeCheckInputs = [
httpx
requests requests
mypy mypy
brotlipy brotlipy