python3Packages.githubkit: mark as broken

uses an old library(hishel) with a removed function not available in the
version on nixpkgs

(cherry picked from commit 64e9c87fd7)
This commit is contained in:
Fabian Beu 2026-05-27 22:34:39 +02:00 committed by github-actions[bot]
commit 96e93d8071

View file

@ -71,6 +71,7 @@ buildPythonPackage rec {
];
meta = {
broken = true;
description = "GitHub SDK for Python";
homepage = "https://github.com/yanyongyu/githubkit";
changelog = "https://github.com/yanyongyu/githubkit/releases/tag/${src.tag}";