pythonPackages.pyramid: add import check

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

View file

@ -33,6 +33,8 @@ buildPythonPackage rec {
# https://github.com/Pylons/pyramid/issues/1899
doCheck = !isPy35;
pythonImportsCheck = [ "pyramid" ];
meta = with lib; {
description = "The Pyramid Web Framework, a Pylons project";
homepage = "https://trypyramid.com/";