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

This commit is contained in:
nixpkgs-ci[bot]
2026-04-26 07:06:39 +00:00
committed by GitHub
+6
View File
@@ -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 = [