diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-20 21:16:00 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-20 21:17:47 +0100 |
| commit | 60b7b99c07d1c5fe301d7ae1133401f091a405f0 (patch) | |
| tree | f4f1b848a59abf98d58869de90eed924e5d89310 | |
| parent | 9f8b7b2aff109de809f04bab40cf344570c96d71 (diff) | |
gnu: ansible: Fix site packages path on Python@3.12.
* gnu/packages/admin.scm (ansible):
[native-search-paths]: Update site-packages path for Python 3.12
version.
Change-Id: Ic1fc8af7e8b72dfd8576f0ce8107d19a1b996dfc
| -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 4f45269b99..797dcc1ee0 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3405,7 +3405,7 @@ provides the following commands: ;; variable in the tests/import/cpan.scm test. (list (search-path-specification (variable "GUIX_PYTHONPATH") - (files (list "lib/python3.11/site-packages"))))) + (files (list "lib/python3.12/site-packages"))))) (home-page "https://www.ansible.com/") (synopsis "Radically simple IT automation") (description "Ansible aims to be a radically simple IT automation system. |
