Unverified Commit a7013eda authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #272020 from a-n-n-a-l-e-e/azure-identity

python311Packages.azure-identity: fix propogatedBuildImports and darwin
parents e8b20a3e 26bb95da
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
{ lib
, azure-common
, azure-mgmt-core
, buildPythonPackage
, fetchPypi
, isodate
, msal
, pythonOlder
, azure-core
, cryptography
, msal
, msal-extensions
}:

buildPythonPackage rec {
@@ -21,10 +21,10 @@ buildPythonPackage rec {
  };

  propagatedBuildInputs = [
    azure-common
    azure-mgmt-core
    isodate
    azure-core
    cryptography
    msal
    msal-extensions
  ];

  pythonImportsCheck = [
@@ -38,7 +38,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Microsoft Azure Identity Library for Python";
    homepage = "https://github.com/Azure/azure-sdk-for-python";
    changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-identity_${version}/sdk/keyvault/azure-mgmt-keyvault/CHANGELOG.md";
    changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-identity_${version}/sdk/identity/azure-identity/CHANGELOG.md";
    license = licenses.mit;
    maintainers = with maintainers; [ kamadorueda ];
  };