python312Packages.wsgidav: add inputs for cli usage

Fixes #355155
This commit is contained in:
Fabian Affolter
2024-11-11 11:40:47 +01:00
parent 4dde341229
commit d24cfa1452

View File

@@ -2,13 +2,14 @@
lib,
buildPythonPackage,
cheroot,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
defusedxml,
fetchFromGitHub,
jinja2,
json5,
lxml,
pytestCheckHook,
python-pam,
pythonOlder,
pyyaml,
requests,
setuptools,
@@ -37,12 +38,16 @@ buildPythonPackage rec {
defusedxml
jinja2
json5
python-pam
cheroot
lxml
pyyaml
];
optional-dependencies = {
pam = [ python-pam ];
};
nativeCheckInputs = [
cheroot
pytestCheckHook
requests
webtest