pythonPackages.pyjwt: use cryptography instead of pycrypto

This commit is contained in:
Frederik Rietdijk 2017-01-07 17:28:20 +01:00
parent 6a55b52944
commit 969651aaca

View File

@ -20601,7 +20601,7 @@ in {
}; };
buildInputs = with self; [ pytestrunner pytestcov pytest coverage ]; buildInputs = with self; [ pytestrunner pytestcov pytest coverage ];
propagatedBuildInputs = with self; [ pycrypto ecdsa ]; propagatedBuildInputs = with self; [ cryptography ecdsa ];
# We don't need this specific version # We don't need this specific version
postPatch = '' postPatch = ''