python3Packages.sqlsoup: mark as broken

This commit is contained in:
Martin Weinelt 2021-10-10 06:34:33 +02:00
parent e07226c7b7
commit 330fe9138d

View File

@ -14,8 +14,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "A one step database access tool, built on the SQLAlchemy ORM";
homepage = "https://bitbucket.org/zzzeek/sqlsoup";
homepage = "https://github.com/zzzeek/sqlsoup";
license = licenses.mit;
maintainers = [ maintainers.globin ];
broken = true; # incompatible with sqlalchemy>=1.4 and unmaintained since 2016
};
}