mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python37Packages.azure-identity: fix build
This commit is contained in:
parent
22f82fc8ca
commit
e87a7d68c2
@ -38,6 +38,13 @@ 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:
|
||||
# https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/identity/tests.yml
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user