pythonPackages.slackclient: Add pythonImportsCheck
This commit is contained in:
parent
3a325159c5
commit
8e44a7e904
@ -49,6 +49,8 @@ buildPythonPackage rec {
|
||||
responses
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "slack" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A client for Slack, which supports the Slack Web API and Real Time Messaging (RTM) API";
|
||||
homepage = "https://github.com/slackapi/python-slackclient";
|
||||
|
Loading…
Reference in New Issue
Block a user