python310Packages.agate-sql: Mark broken with sqlachemy 2.0

The upstream explicitly pins sqlalchemy<2, so supporting it is not
possible right now. Application can downgrade sqlalchemy instead.
This commit is contained in:
Martin Weinelt 2023-03-09 16:34:23 +01:00
parent 96d44fa927
commit ff47dc3345
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -27,6 +27,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "agatesql" ];
meta = with lib; {
# https://github.com/wireservice/agate-sql/commit/74af1badd85408909ea72cb6ca8c0b223d178c6f
broken = lib.versionAtLeast sqlalchemy.version "2.0";
description = "Adds SQL read/write support to agate.";
homepage = "https://github.com/wireservice/agate-sql";
license = with licenses; [ mit ];