python313Packages.coreapi: disable
Consumer of the retired cgi module. The upstream project is also archived.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user