python-paramiko: Propagate pycrypto dependency.

Leaving this just in buildInputs won't help here, because the project
using Paramiko will need pycrypto in any case.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2013-08-03 09:49:08 +02:00
parent a672551d44
commit 4489dc729e
+1 -1
View File
@@ -3274,7 +3274,7 @@ pythonPackages = modules // rec {
md5 = "a2c55dc04904bd08d984533703177084";
};
buildInputs = [ pycrypto ];
propagatedBuildInputs = [ pycrypto ];
meta = {
homepage = "http://www.lag.net/paramiko/";