python3Packages.sqlalchemy-imageattach: mark as broken
This broke, when the declarative API of SQLAlchemy changed in the 1.4. release series. The library seems otherwise unmaintained since 2017. https://github.com/dahlia/sqlalchemy-imageattach/issues/47
This commit is contained in:
@@ -36,6 +36,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/dahlia/sqlalchemy-imageattach";
|
||||
description = "SQLAlchemy extension for attaching images to entity objects";
|
||||
license = licenses.mit;
|
||||
broken = true; # Incompatible with sqlalchemy>=1.4 (https://github.com/dahlia/sqlalchemy-imageattach/issues/47)
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user