15 buildPythonPackage rec {
16 pname = "msrestazure";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
24 repo = "msrestazure-for-python";
25 rev = "refs/tags/v${version}";
26 hash = "sha256-ZZVZi0v1ucD2g5FpLaNhfNBf6Ab10fUEcEdkY4ELaEY=";
29 nativeBuildInputs = [ setuptools ];
31 propagatedBuildInputs = [
43 pythonImportsCheck = [ "msrest" ];
46 description = "Runtime library 'msrestazure' for AutoRest generated Python clients";
47 homepage = "https://azure.microsoft.com/en-us/develop/python/";
48 license = licenses.mit;
49 maintainers = with maintainers; [