mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
python311Packages.starlette-wtf: fix build
This commit is contained in:
parent
0dc186716d
commit
e651898817
@ -6,6 +6,8 @@
|
||||
, python-multipart
|
||||
, starlette
|
||||
, wtforms
|
||||
, httpx
|
||||
, jinja2
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
@ -33,6 +35,8 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
httpx
|
||||
jinja2
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user