12 buildPythonPackage rec {
13 pname = "azure-mgmt-batch";
17 inherit pname version;
19 sha256 = "9b793bb31a0d4dc8c29186db61db24d83795851a75846aadb187cf95bf853ccb";
22 propagatedBuildInputs = [
27 ] ++ lib.optionals (!isPy3k) [
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 ];