python311Packages.agate-sql: unbreak
This commit is contained in:
parent
201fd804ac
commit
bb89955a69
1 changed files with 0 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue