Merge pull request #230976 from rhendric/rhendric/python3Packages.sqlalchemy-continuum
python3Packages.sqlalchemy-continuum: broken with SQLAlchemy 2
This commit is contained in:
commit
005fb87014
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user