1 { lib, buildPythonPackage, fetchPypi, isPy27
7 buildPythonPackage rec {
9 pname = "azure-mgmt-botservice";
13 inherit pname version;
14 sha256 = "f8318878a66a0685a01bf27b7d1409c44eb90eb72b0a616c1a2455c72330f2f1";
18 propagatedBuildInputs = [ azure-common msrest msrestazure ];
23 pythonImportsCheck = [ "azure.common" "azure.mgmt.botservice" ];
26 description = "Microsoft Azure API Management Client Library for Python";
27 homepage = "https://github.com/Azure/azure-sdk-for-python";
28 license = licenses.mit;
29 maintainers = with maintainers; [ jonringer ];