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:
Martin Weinelt
2021-06-20 13:12:48 +02:00
parent 860668d435
commit 942280d72f
@@ -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)
};
}