python3Packages.mautrix: add pythonImportsCheck

This commit is contained in:
Martin Weinelt 2021-02-07 02:46:45 +01:00
parent d3d4172e0e
commit e503f864d7
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -26,6 +26,8 @@ buildPythonPackage rec {
# no tests available
doCheck = false;
pythonImportsCheck = [ "mautrix" ];
meta = with lib; {
homepage = "https://github.com/tulir/mautrix-python";
description = "A Python 3 asyncio Matrix framework.";