python3Packages.sopel: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2021-02-19 09:22:14 +01:00 committed by Jonathan Ringer
parent 8c36da303e
commit 4805fb4f65

View file

@ -51,6 +51,8 @@ buildPythonPackage rec {
popd
'';
pythonImportsCheck = [ "sopel" ];
meta = with lib; {
description = "Simple and extensible IRC bot";
homepage = "http://sopel.chat";