mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python311Packages.brotli-asgi: fix build
This commit is contained in:
parent
0dc186716d
commit
685fe89584
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue