diff options
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 100162f8ab..78d3d737b5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5561,7 +5561,9 @@ isolation or root privileges.") (list singularity)) (native-inputs (list python-pytest - python-pytest-runner)) + python-pytest-runner + python-setuptools + python-wheel)) (home-page "https://github.com/singularityhub/singularity-cli") (synopsis "Singularity Python client") (description "@code{python-spython} is a Python library to interact with |