10 buildPythonPackage rec {
11 pname = "azure-mgmt-cognitiveservices";
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
20 hash = "sha256-RK8LGbH4J+nN6gnGBUweZgkqUcMrwe9aVtvZtAvFeBU=";
23 propagatedBuildInputs = [
33 description = "This is the Microsoft Azure Cognitive Services Management Client Library";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ maxwilson ];