3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #288035 from ocfox/starlette-wtf

python311Packages.starlette-wtf: fix build
This commit is contained in:
Fabian Affolter 2024-02-12 10:50:56 +01:00 committed by GitHub
commit a0c0a03fb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,8 @@
, python-multipart
, starlette
, wtforms
, httpx
, jinja2
, pytestCheckHook
}:
@ -33,6 +35,8 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
httpx
jinja2
];
meta = with lib; {