From a8039683bb16b5b70ea1dff2a08b9c144b4e3fe6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 13 May 2023 12:43:28 +0200 Subject: [PATCH] python311Packages.cherrypy: disable The build currently breaks on all supported platforms: https://hydra.nixos.org/build/218540784 https://hydra.nixos.org/build/218527795 https://hydra.nixos.org/build/218499603 https://hydra.nixos.org/build/218456592 --- pkgs/development/python-modules/cherrypy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/cherrypy/default.nix b/pkgs/development/python-modules/cherrypy/default.nix index 631b4e82044f..d9b9d7d4687e 100644 --- a/pkgs/development/python-modules/cherrypy/default.nix +++ b/pkgs/development/python-modules/cherrypy/default.nix @@ -27,7 +27,7 @@ buildPythonPackage rec { version = "18.8.0"; format = "setuptools"; - disabled = pythonOlder "3.7"; + disabled = pythonOlder "3.7" || pythonAtLeast "3.11"; src = fetchPypi { pname = "CherryPy";