python310Packages.pystache: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-08-20 10:29:22 +02:00 committed by GitHub
parent 41edb36674
commit 57c5687473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,10 @@ buildPythonPackage rec {
unittestCheckHook
];
pythonImportsCheck = [
"pystache"
];
meta = with lib; {
description = "A framework-agnostic, logic-free templating system inspired by ctemplate and et";
homepage = "https://github.com/defunkt/pystache";