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:
parent
a672551d44
commit
4489dc729e
|
@ -3274,7 +3274,7 @@ pythonPackages = modules // rec {
|
|||
md5 = "a2c55dc04904bd08d984533703177084";
|
||||
};
|
||||
|
||||
buildInputs = [ pycrypto ];
|
||||
propagatedBuildInputs = [ pycrypto ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.lag.net/paramiko/";
|
||||
|
|
Loading…
Reference in New Issue