about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sqlalchemy-imageattach
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-20 13:12:48 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:52 +0200
commit942280d72f1e1d91be83c53d2fa0bb7b03413a58 (patch)
tree1fb46f2c34aa71c16c85405921a1696b928773a4 /pkgs/development/python-modules/sqlalchemy-imageattach
parent860668d43583cb0c724a392d5c3281f8832dde8e (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/sqlalchemy-imageattach')
-rw-r--r--pkgs/development/python-modules/sqlalchemy-imageattach/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/sqlalchemy-imageattach/default.nix b/pkgs/development/python-modules/sqlalchemy-imageattach/default.nix
index 15ac7dc3a555c..55026b2b55303 100644
--- a/pkgs/development/python-modules/sqlalchemy-imageattach/default.nix
+++ b/pkgs/development/python-modules/sqlalchemy-imageattach/default.nix
@@ -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)
   };
 
 }