pythonPackages.pyramid_chameleon: add import check
This commit is contained in:
parent
018d3e95e7
commit
2a8bd6150b
@ -23,11 +23,12 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ chameleon pyramid zope_interface setuptools ];
|
propagatedBuildInputs = [ chameleon pyramid zope_interface setuptools ];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "pyramid_chameleon" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Chameleon template compiler for pyramid";
|
description = "Chameleon template compiler for pyramid";
|
||||||
homepage = "https://github.com/Pylons/pyramid_chameleon";
|
homepage = "https://github.com/Pylons/pyramid_chameleon";
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd0;
|
||||||
maintainers = with maintainers; [ domenkozar ];
|
maintainers = with maintainers; [ domenkozar ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user