python3Packages.jwcrypto: fix build, add missing dep

This commit is contained in:
Jonathan Ringer
2021-06-22 13:42:52 +02:00
committed by Martin Weinelt
parent 8720f2c351
commit ca39fad301
@@ -2,6 +2,7 @@
, buildPythonPackage
, fetchPypi
, cryptography
, deprecated
}:
buildPythonPackage rec {
@@ -15,6 +16,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
cryptography
deprecated
];
meta = with lib; {