Merge pull request #230977 from rhendric/rhendric/python3Packages.snowflake-sqlalchemy
python3Packages.snowflake-sqlalchemy: broken with SQLAlchemy 2
This commit is contained in:
commit
4644429a48
1 changed files with 3 additions and 0 deletions
|
@ -38,5 +38,8 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/snowflakedb/snowflake-sqlalchemy";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ ];
|
||||
|
||||
# https://github.com/snowflakedb/snowflake-sqlalchemy/issues/380
|
||||
broken = versionAtLeast sqlalchemy.version "2";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue