python312Packages.ormar: mark as broken, does not work with SQLAlchemy 2.0.0

This commit is contained in:
Noa Aarts 2024-11-07 22:07:33 +01:00
parent c8ce709a65
commit 9d7ab9fcd4
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

View File

@ -145,5 +145,6 @@ buildPythonPackage rec {
changelog = "https://github.com/collerek/ormar/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ andreasfelix ];
broken = true;
};
}