pythonPackages.pyramid_jinja2: add import check
This commit is contained in:
parent
d766494f2f
commit
1aaa9dcc83
@ -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 ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user