12 buildPythonPackage rec {
13 pname = "azure-mgmt-reservations";
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
20 inherit pname version;
22 hash = "sha256-BHCFEFst5jfyIEo0hm86belpxW7EygZCBJ8PTqzqHKc=";
25 propagatedBuildInputs = [
36 description = "This is the Microsoft Azure Reservations Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ maxwilson ];