10 buildPythonPackage rec {
11 pname = "azure-mgmt-scheduler";
13 format = "setuptools";
16 inherit pname version;
18 sha256 = "c6e6edd386ddc4c21d54b1497c3397b970bc127b71809b51bd2391cb1f3d1a14";
21 propagatedBuildInputs = [
32 description = "This is the Microsoft Azure Scheduler Management Client Library";
33 homepage = "https://github.com/Azure/azure-sdk-for-python";
34 license = licenses.mit;
35 maintainers = with maintainers; [ maxwilson ];