mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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
Block a user