python310Packages.databases: Mark broken with sqlalchemy>=2.0

The upstream indicated that they have no resources to develop support
themselves.
This commit is contained in:
Martin Weinelt 2023-03-01 15:55:32 +01:00
parent 0485281706
commit c04327690b

View File

@ -78,5 +78,7 @@ buildPythonPackage rec {
changelog = "https://github.com/encode/databases/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ costrouc ];
# https://github.com/encode/databases/issues/530
broken = lib.versionAtLeast sqlalchemy.version "2.0.0";
};
}