3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ansible: Update native-search-paths.

* gnu/packages/admin.scm (ansible)[native-search-paths]: Update to
search in python3.9 subfolder.
This commit is contained in:
Efraim Flashner 2021-12-15 12:21:10 +02:00
parent e5d93c87d5
commit 87624540b4
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2675,7 +2675,7 @@ provides the following commands:
;; variable in the tests/cpan.scm test.
(list (search-path-specification
(variable "PYTHONPATH")
(files (list "lib/python3.8/site-packages")))))
(files (list "lib/python3.9/site-packages")))))
(home-page "https://www.ansible.com/")
(synopsis "Radically simple IT automation")
(description "Ansible aims to be a radically simple IT automation system.