python311Packages.goocalendar: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-08-13 11:57:17 +02:00
parent 9bea50a421
commit 9549e2aa9b

View file

@ -1,11 +1,11 @@
{ lib
, fetchPypi
, buildPythonPackage
, pkg-config
, gtk3
, fetchPypi
, gobject-introspection
, pygobject3
, goocanvas2
, gtk3
, pkg-config
, pygobject3
, pythonOlder
}:
@ -39,6 +39,10 @@ buildPythonPackage rec {
# No upstream tests available
doCheck = false;
pythonImportsCheck = [
"goocalendar"
];
meta = with lib; {
description = "A calendar widget for GTK using PyGoocanvas";
homepage = "https://goocalendar.tryton.org/";