10 buildPythonPackage rec {
11 pname = "azure-mgmt-cdn";
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 hash = "sha256-yJ8jTeT4Gu23YSHl5GZ0+zdlC3s+GIxS4ir8z/HBkA4=";
22 propagatedBuildInputs = [
32 description = "This is the Microsoft Azure CDN Management Client Library";
33 homepage = "https://github.com/Azure/azure-sdk-for-python";
34 changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-cdn_${version}/sdk/cdn/azure-mgmt-cdn/CHANGELOG.md";
35 license = licenses.mit;
36 maintainers = with maintainers; [ maxwilson ];