python37Packages.azure-identity: fix build
This commit is contained in:
parent
22f82fc8ca
commit
e87a7d68c2
@ -38,6 +38,13 @@ buildPythonPackage rec {
|
|||||||
msrestazure
|
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:
|
# Requires checkout from mono-repo and a mock account:
|
||||||
# https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/tests.yml
|
# https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/tests.yml
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user