python39Packages.pyramid_mako: mark broken
This commit is contained in:
parent
acd45cb351
commit
1b5b70a373
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user