python3Packages.sqlsoup: mark as broken
This commit is contained in:
parent
e07226c7b7
commit
330fe9138d
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user