python311Packages.goocalendar: add pythonImportsCheck
This commit is contained in:
parent
9bea50a421
commit
9549e2aa9b
1 changed files with 8 additions and 4 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue