Unverified Commit a0c0a03f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #288035 from ocfox/starlette-wtf

python311Packages.starlette-wtf: fix build
parents 21c21e55 e6518988
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@
, python-multipart
, starlette
, wtforms
, httpx
, jinja2
, pytestCheckHook
}:

@@ -33,6 +35,8 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    pytestCheckHook
    httpx
    jinja2
  ];

  meta = with lib; {