3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pecan: Disable with sqlalchemy 2.0

Keep the package around for applications, that can downgrade sqlalchemy,
like ceph.
This commit is contained in:
Martin Weinelt 2023-03-08 14:37:56 +01:00
parent 6a96bd05fb
commit 1a16b3148b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -51,6 +51,7 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = lib.versionAtLeast sqlalchemy.version "2.0";
changelog = "https://pecan.readthedocs.io/en/latest/changes.html";
description = "WSGI object-dispatching web framework";
homepage = "https://www.pecanpy.org/";