8 microsoft-kiota-abstractions,
17 buildPythonPackage rec {
18 pname = "microsoft-kiota-authentication-azure";
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
26 repo = "kiota-authentication-azure-python";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-JoR7qjAPNqtcV35AGwbyjhIro6AnFUZXXLHLOj7InY8=";
31 build-system = [ flit-core ];
36 microsoft-kiota-abstractions
47 pythonImportsCheck = [ "kiota_authentication_azure" ];
50 description = "Kiota Azure authentication provider";
51 homepage = "https://github.com/microsoft/kiota-authentication-azure-python";
52 changelog = "https://github.com/microsoft/kiota-authentication-azure-python/blob/v${version}/CHANGELOG.md";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];