Merge pull request #243961 from kirillrdy/pyramid-chameleon

python3Packages.pyramid-chameleon: unmark broken
This commit is contained in:
Nick Cao
2023-07-17 19:03:25 -06:00
committed by GitHub
@@ -47,7 +47,6 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
description = "Chameleon template compiler for pyramid";
homepage = "https://github.com/Pylons/pyramid_chameleon";
license = licenses.bsd0;