pythonPackages.pyjwt: use cryptography instead of pycrypto
This commit is contained in:
parent
6a55b52944
commit
969651aaca
@ -20601,7 +20601,7 @@ in {
|
||||
};
|
||||
|
||||
buildInputs = with self; [ pytestrunner pytestcov pytest coverage ];
|
||||
propagatedBuildInputs = with self; [ pycrypto ecdsa ];
|
||||
propagatedBuildInputs = with self; [ cryptography ecdsa ];
|
||||
|
||||
# We don't need this specific version
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user