python313Packages.coreapi: disable

Consumer of the retired cgi module. The upstream project is also
archived.
This commit is contained in:
Martin Weinelt
2024-11-18 19:24:05 +01:00
parent 860bdf3aba
commit 407bf75ac5
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
buildPythonPackage,
pythonAtLeast,
django,
coreschema,
itypes,
@@ -15,6 +16,9 @@ buildPythonPackage rec {
version = "2.3.3";
format = "setuptools";
# cgi module was removed in 3.13, upstream repo archived since 2019
disabled = pythonAtLeast "3.13";
src = fetchFromGitHub {
repo = "python-client";
owner = "core-api";