Merge pull request #230976 from rhendric/rhendric/python3Packages.sqlalchemy-continuum

python3Packages.sqlalchemy-continuum: broken with SQLAlchemy 2
This commit is contained in:
Jörg Thalheim 2023-05-10 07:10:54 +01:00 committed by GitHub
commit 005fb87014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";
};
}