python3Packages.azure-identity: mark as enabled

wip/yesman
Jonathan Ringer 4 years ago committed by Jonathan Ringer
parent 1d2a903fd2
commit 5fae0b941a
  1. 6
      pkgs/development/python-modules/azure-identity/default.nix

@ -18,7 +18,6 @@
buildPythonPackage rec {
pname = "azure-identity";
version = "1.5.0";
disabled = isPy38;
src = fetchPypi {
inherit pname version;
@ -38,11 +37,6 @@ buildPythonPackage rec {
msrestazure
];
prePatch = ''
substituteInPlace setup.py \
--replace msal-extensions~=0.1.3 msal-extensions
'';
pythonImportsCheck = [ "azure.identity" ];
# Requires checkout from mono-repo and a mock account:

Loading…
Cancel
Save