11 buildPythonPackage rec {
12 pname = "azure-mgmt-batch";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
21 hash = "sha256-aWkQZs1aLIbo/arvu4DilAOBrO38gFPfGTtSFNLs5oI=";
24 propagatedBuildInputs = [
35 description = "This is the Microsoft Azure Batch Management Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ maxwilson ];