Unverified Commit facea5e5 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

buku: fix 5.1.1 with `withServer = true` (#513537)

parents 185b4474 bfcd286f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8,9 +8,11 @@
let
  serverRequire = with python3.pkgs; [
    requests
    flasgger
    flask
    flask-admin
    flask-api
    flask-babel
    flask-bootstrap
    flask-paginate
    flask-wtf
@@ -49,6 +51,10 @@ buildPythonApplication (finalAttrs: {
    flake8
    pytest-cov-stub
    pyyaml
  ]
  ++ lib.optionals withServer [
    lxml
    pytest-timeout
  ];

  propagatedBuildInputs = [