forked from mirrors/nixpkgs
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 ]
|
||||
++ lib.optionals stdenv.isDarwin [ Security libiconv ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
packaging
|
||||
six
|
||||
] ++ lib.optionals (!isPyPy) [
|
||||
propagatedBuildInputs = lib.optionals (!isPyPy) [
|
||||
cffi
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue