python39Packages.pyramid_mako: mark broken

This commit is contained in:
Sandro Jäckel 2021-09-12 15:34:33 +02:00
parent acd45cb351
commit 1b5b70a373
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -23,5 +23,8 @@ buildPythonPackage rec {
description = "Mako template bindings for the Pyramid web framework";
license = licenses.bsd0;
maintainers = with maintainers; [];
# broken on pyramid>=2.0
# https://github.com/Pylons/pyramid_mako/issues/53
broken = true;
};
}