summary refs log tree commit diff
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2016-08-09 17:34:27 +0200
committerLancelot SIX <lsix@lancelotsix.com>2016-08-09 17:37:54 +0200
commit34778273b16b2303c771b409a0911a792a2745b8 (patch)
tree90d2f75629ef0a992ff1cee634d3505d5633664e
parent5d7777a288158f59e791e271b51ec4fe5793bf91 (diff)
pythonPackages.ansible: Add pycrypto dependency
This used to be propagated by paramiko
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 371202f0e3a87..33370008bc6b1 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -825,7 +825,7 @@ in modules // {
     windowsSupport = true;
 
     propagatedBuildInputs = with self; [
-      paramiko jinja2 pyyaml httplib2 boto six
+      pycrypto paramiko jinja2 pyyaml httplib2 boto six
     ] ++ optional windowsSupport pywinrm;
 
     meta = {