python3Packages.sqlalchemy-continuum: broken with SQLAlchemy 2

This commit is contained in:
Ryan Hendrickson 2023-05-09 19:33:53 -04:00
parent af7e39841a
commit 0246cd4876

View File

@ -74,5 +74,8 @@ buildPythonPackage rec {
changelog = "https://github.com/kvesteri/sqlalchemy-continuum/blob/${version}/CHANGES.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
# https://github.com/kvesteri/sqlalchemy-continuum/issues/326
broken = versionAtLeast sqlalchemy.version "2";
};
}