12 buildPythonPackage rec {
13 pname = "azure-mgmt-marketplaceordering";
15 format = "setuptools";
18 inherit pname version;
20 sha256 = "68b381f52a4df4435dacad5a97e1c59ac4c981f667dcca8f9d04453417d60ad8";
23 propagatedBuildInputs = [
28 ] ++ lib.optionals (!isPy3k) [
36 description = "This is the Microsoft Azure Market Place Ordering Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ maxwilson ];