3
0
Fork 0
forked from mirrors/nixpkgs

python39Packages.cryptography: remove depedencies which have no mentions in code

This commit is contained in:
Sandro Jäckel 2022-03-23 06:44:54 +01:00
parent de6171a441
commit 2c7290a189
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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
];