python3Packages.azure-identity: mark as enabled
This commit is contained in:
parent
1d2a903fd2
commit
5fae0b941a
@ -18,7 +18,6 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "azure-identity";
|
pname = "azure-identity";
|
||||||
version = "1.5.0";
|
version = "1.5.0";
|
||||||
disabled = isPy38;
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -38,11 +37,6 @@ buildPythonPackage rec {
|
|||||||
msrestazure
|
msrestazure
|
||||||
];
|
];
|
||||||
|
|
||||||
prePatch = ''
|
|
||||||
substituteInPlace setup.py \
|
|
||||||
--replace msal-extensions~=0.1.3 msal-extensions
|
|
||||||
'';
|
|
||||||
|
|
||||||
pythonImportsCheck = [ "azure.identity" ];
|
pythonImportsCheck = [ "azure.identity" ];
|
||||||
|
|
||||||
# Requires checkout from mono-repo and a mock account:
|
# Requires checkout from mono-repo and a mock account:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user