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
, brotli
# check inputs
, httpx
, requests
, mypy
, brotlipy
@ -35,6 +36,7 @@ buildPythonPackage {
pythonImportsCheck = [ "brotli_asgi" ];
nativeCheckInputs = [
httpx
requests
mypy
brotlipy