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
This commit is contained in:
Martin Weinelt 2023-05-13 12:43:28 +02:00
parent cd4d3f401a
commit a8039683bb
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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";