11 buildPythonPackage rec {
12 pname = "azure-mgmt-media";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
21 hash = "sha256-TVq/6dHttDGIUFzn8KTVeDTwcBMmphz3zrsGK7ux4aU=";
24 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "This is the Microsoft Azure Media Services Client Library";
40 homepage = "https://github.com/Azure/azure-sdk-for-python";
41 license = licenses.mit;
42 maintainers = with maintainers; [ maxwilson ];