python312Packages.ormar: mark as broken, does not work with SQLAlchemy 2.0.0 (#354327)

This commit is contained in:
Weijia Wang
2024-11-09 01:08:29 +01:00
committed by GitHub
@@ -145,5 +145,6 @@ buildPythonPackage rec {
changelog = "https://github.com/collerek/ormar/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ andreasfelix ];
broken = true;
};
}