python311Packages.agate-sql: unbreak

This commit is contained in:
OTABI Tomoya 2023-10-20 13:13:34 +09:00 committed by GitHub
parent 201fd804ac
commit bb89955a69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,8 +27,6 @@ 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 ];