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 07:28:05 +02:00
parent a672551d44
commit 4489dc729e
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -3274,7 +3274,7 @@ pythonPackages = modules // rec {
md5 = "a2c55dc04904bd08d984533703177084";
};
buildInputs = [ pycrypto ];
propagatedBuildInputs = [ pycrypto ];
meta = {
homepage = "http://www.lag.net/paramiko/";