diff options
| -rw-r--r-- | gnu/packages/admin.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2cd866081f..3c7bebc189 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3350,7 +3350,7 @@ modules and plugins that extend Ansible.") (patches (search-patches "debops-setup-py-avoid-git.patch")))) (build-system pyproject-build-system) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-setuptools)) (inputs (list ansible encfs @@ -3372,6 +3372,7 @@ modules and plugins that extend Ansible.") python-toml)) (arguments (list + #:tests? #f ;no tests #:modules '((guix build pyproject-build-system) (guix build utils) (srfi srfi-26)) |
