summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible/core.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-27 01:11:45 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-27 01:15:37 +0200
commit2d0f97be21750797ff946c644202b12cd317397d (patch)
tree45886a55d794f9e8402c518db941bdd2d48e1f81 /pkgs/development/python-modules/ansible/core.nix
parentdf97614d21c1c78afafb0d3a4c82862ef2eb9512 (diff)
downloadnixpkgs-2d0f97be21750797ff946c644202b12cd317397d.tar
nixpkgs-2d0f97be21750797ff946c644202b12cd317397d.tar.gz
nixpkgs-2d0f97be21750797ff946c644202b12cd317397d.tar.bz2
nixpkgs-2d0f97be21750797ff946c644202b12cd317397d.tar.lz
nixpkgs-2d0f97be21750797ff946c644202b12cd317397d.tar.xz
nixpkgs-2d0f97be21750797ff946c644202b12cd317397d.tar.zst
nixpkgs-2d0f97be21750797ff946c644202b12cd317397d.zip
ansible: drop maintainership
I have been using a pip/virtualenv based workflow with ansible for a
long time, with colleagues that sadly wouldn't appreciate Nix. I haven't
used this package for a long time and maybe there is someone out there
who will fill this spot better than I could.
Diffstat (limited to 'pkgs/development/python-modules/ansible/core.nix')
-rw-r--r--pkgs/development/python-modules/ansible/core.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix
index 32ceb955629..d8111e13d6f 100644
--- a/pkgs/development/python-modules/ansible/core.nix
+++ b/pkgs/development/python-modules/ansible/core.nix
@@ -51,7 +51,7 @@ buildPythonPackage rec {
     jinja2
     packaging
     pyyaml
-    resolvelib
+    resolvelib # This library is a PITA, since ansible requires a very old version of it
     # optional dependencies
     junit-xml
     lxml
@@ -77,6 +77,6 @@ buildPythonPackage rec {
     description = "Radically simple IT automation";
     homepage = "https://www.ansible.com";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ hexa ];
+    maintainers = with maintainers; [ ];
   };
 }