13 buildPythonPackage rec {
18 src = fetchFromGitHub {
20 repo = "azure-activedirectory-library-for-python";
22 hash = "sha256-HE8/P0aohoZNeMdcQVKdz6M31FMrjsd7oVytiaD0idI=";
26 sed -i '/cryptography/d' setup.py
29 build-system = [ setuptools ];
43 # AssertionError: 'Mex [23 chars]tp error:...
47 pythonImportsCheck = [ "adal" ];
50 description = "Python module to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources";
51 homepage = "https://github.com/AzureAD/azure-activedirectory-library-for-python";
52 license = licenses.mit;