forked from mirrors/nixpkgs
python3Packages.azure-identity: mark as enabled
This commit is contained in:
parent
1d2a903fd2
commit
5fae0b941a
|
@ -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…
Reference in a new issue