mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-16 18:03:59 +00:00
python39Packages.cryptography: remove depedencies which have no mentions in code
This commit is contained in:
parent
de6171a441
commit
2c7290a189
@ -49,10 +49,7 @@ buildPythonPackage rec {
|
|||||||
buildInputs = [ openssl ]
|
buildInputs = [ openssl ]
|
||||||
++ lib.optionals stdenv.isDarwin [ Security libiconv ];
|
++ lib.optionals stdenv.isDarwin [ Security libiconv ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = lib.optionals (!isPyPy) [
|
||||||
packaging
|
|
||||||
six
|
|
||||||
] ++ lib.optionals (!isPyPy) [
|
|
||||||
cffi
|
cffi
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user