Merge pull request #288041 from ocfox/brotli-asgi

python311Packages.brotli-asgi: fix build
This commit is contained in:
Yt 2024-02-11 19:06:37 +00:00 committed by GitHub
commit 2d11075a0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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