11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
18 repo = "azure-activedirectory-library-for-python";
20 hash = "sha256-HE8/P0aohoZNeMdcQVKdz6M31FMrjsd7oVytiaD0idI=";
24 sed -i '/cryptography/d' setup.py
27 propagatedBuildInputs = [
39 # AssertionError: 'Mex [23 chars]tp error:...
43 pythonImportsCheck = [
48 description = "Python module to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";
49 homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python";
50 license = licenses.mit;
51 maintainers = with maintainers; [ ];