11 buildPythonPackage rec {
12 pname = "azure-mgmt-cdn";
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
19 inherit pname version;
20 hash = "sha256-RmMwTzG2Zy3sMgx857qXFcK5nn2LaEs3XwtO/9qQIQw=";
23 propagatedBuildInputs = [
33 description = "This is the Microsoft Azure CDN Management Client Library";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-cdn_${version}/sdk/cdn/azure-mgmt-cdn/CHANGELOG.md";
36 license = licenses.mit;
37 maintainers = with maintainers; [ maxwilson ];