pythonPackages.slackclient: Add pythonImportsCheck

master
Sandro Jäckel 2021-02-05 01:05:48 +01:00
parent 3a325159c5
commit 8e44a7e904
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -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";