python3Packages.sopel: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2021-03-08 10:16:44 -08:00
committed by Jonathan Ringer
parent 8c36da303e
commit 4805fb4f65
@@ -51,6 +51,8 @@ buildPythonPackage rec {
popd
'';
pythonImportsCheck = [ "sopel" ];
meta = with lib; {
description = "Simple and extensible IRC bot";
homepage = "http://sopel.chat";