Skip to content

Commit

Permalink
ansible: drop boto dependency
Browse files Browse the repository at this point in the history
Does not seem to be needed. Hasn't been updated in over a year either.
  • Loading branch information
FRidh committed Oct 18, 2019
1 parent 5533eaa commit 4af94d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ansible/default.nix
Expand Up @@ -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;

Expand Down

0 comments on commit 4af94d0

Please sign in to comment.