forked from mirrors/nixpkgs
python3Packages.globus-sdk: unbreak
This commit is contained in:
parent
f2c51f546b
commit
61e1c0fe89
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue