python3Packages.globus-sdk: unbreak

This commit is contained in:
DavHau 2021-05-09 19:33:48 +07:00 committed by Jonathan Ringer
parent f2c51f546b
commit 61e1c0fe89

View file

@ -28,6 +28,11 @@ buildPythonPackage rec {
responses
];
postPatch = ''
substituteInPlace setup.py \
--replace "pyjwt[crypto]>=1.5.3,<2.0.0" "pyjwt[crypto] >=1.5.3, <3.0.0"
'';
pythonImportsCheck = [ "globus_sdk" ];
meta = with lib; {