1 { lib, buildPythonPackage, fetchPypi, isPy27
8 buildPythonPackage rec {
10 pname = "azure-mgmt-botservice";
14 inherit pname version;
15 hash = "sha256-hsBNJ8UnwZ2WAKiCFfriulJNxnRFU4ew0OUXIrWm1ro=";
19 propagatedBuildInputs = [
29 pythonImportsCheck = [ "azure.common" "azure.mgmt.botservice" ];
32 description = "Microsoft Azure API Management Client Library for Python";
33 homepage = "https://github.com/Azure/azure-sdk-for-python";
34 license = licenses.mit;
35 maintainers = with maintainers; [ jonringer ];