mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user