about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-17 09:33:37 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-18 09:54:03 +0200
commit4af94d0f5a73fab5009319b7bda0b303236195cd (patch)
tree3afde3d45da26a711cb1fc04382d37a9d60e0c16 /pkgs/development/python-modules/ansible
parent5533eaa2d4c9855b132062973e494188e0090451 (diff)
ansible: drop boto dependency
Does not seem to be needed. Hasn't been updated in over a year either.
Diffstat (limited to 'pkgs/development/python-modules/ansible')
-rw-r--r--pkgs/development/python-modules/ansible/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix
index fab3c0df58c5c..fcc984faf8c2a 100644
--- a/pkgs/development/python-modules/ansible/default.nix
+++ b/pkgs/development/python-modules/ansible/default.nix
@@ -38,7 +38,7 @@ buildPythonPackage rec {
   '';
 
   propagatedBuildInputs = [
-    pycrypto paramiko jinja2 pyyaml httplib2 boto
+    pycrypto paramiko jinja2 pyyaml httplib2
     six netaddr dnspython jmespath dopy
   ] ++ lib.optional windowsSupport pywinrm;