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