mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
python3Packages.sqlalchemy-continuum: broken with SQLAlchemy 2
This commit is contained in:
parent
af7e39841a
commit
0246cd4876
@ -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