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:
parent
6a96bd05fb
commit
1a16b3148b
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue