pythonPackages.pyramid_jinja2: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 23:21:30 +01:00
parent d766494f2f
commit 1aaa9dcc83
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -18,11 +18,12 @@ buildPythonPackage rec {
buildInputs = [ webtest ];
propagatedBuildInputs = [ jinja2 pyramid ];
pythonImportsCheck = [ "pyramid_jinja2" ];
meta = with lib; {
description = "Jinja2 template bindings for the Pyramid web framework";
homepage = "https://github.com/Pylons/pyramid_jinja2";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
};
}