diff options
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index fa697b79fb..75b8c9f2f1 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4848,7 +4848,7 @@ LUKS volumes encrypted with the user's log-in password.") (lambda _ (substitute* (find-files "tests" "^test.*\\.py$") (("America/Los_Angeles") "PST8PDT"))))))) - (native-inputs (list python-pytest)) + (native-inputs (list python-pytest python-setuptools python-wheel)) (propagated-inputs (list python-pygments python-ruamel.yaml python-xmltodict)) (home-page "https://github.com/kellyjonbrazil/jc") |