python3Packages.python-mapnik: add pythonImportsCheck

This commit is contained in:
Robert Schütz 2021-05-25 23:10:45 +02:00
parent 187b6cd41f
commit 90a8fbf146

View file

@ -63,6 +63,8 @@ in buildPythonPackage rec {
]);
propagatedBuildInputs = [ pillow pycairo ];
pythonImportsCheck = [ "mapnik" ] ;
meta = with lib; {
description = "Python bindings for Mapnik";
homepage = "https://mapnik.org";