pythonPackages.pyramid_chameleon: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 23:21:12 +01:00
parent 018d3e95e7
commit 2a8bd6150b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -23,11 +23,12 @@ buildPythonPackage rec {
propagatedBuildInputs = [ chameleon pyramid zope_interface setuptools ];
pythonImportsCheck = [ "pyramid_chameleon" ];
meta = with lib; {
description = "Chameleon template compiler for pyramid";
homepage = "https://github.com/Pylons/pyramid_chameleon";
license = licenses.bsd0;
maintainers = with maintainers; [ domenkozar ];
};
}