python3Packges.azure-identity: relax msal-extensions bounds

main
Jonathan Ringer 2 years ago committed by Martin Weinelt
parent b8e5d4bb92
commit d713dfae5e
  1. 5
      pkgs/development/python-modules/azure-identity/default.nix

@ -24,6 +24,11 @@ buildPythonPackage rec {
sha256 = "sha256-Ag/w5HFXhS5KrIo62waEGCcUfyepTL50qQRCXY5i2Tw=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "msal-extensions~=0.3.0" "msal-extensions"
'';
propagatedBuildInputs = [
azure-common
azure-core

Loading…
Cancel
Save