python313Packages.guestfs: mark broken

Looks like it implictly calls a function that shouldn't be called implictly after 3.12.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
This commit is contained in:
Fernando Rodrigues
2025-05-14 10:52:16 -03:00
parent 60db58a5f5
commit 8f60e7ea6f
@@ -1,5 +1,6 @@
{
lib,
pythonAtLeast,
buildPythonPackage,
fetchurl,
libguestfs,
@@ -11,6 +12,10 @@ buildPythonPackage rec {
version = "1.40.2";
format = "setuptools";
# FIXME: "error: implicit declaration of function 'PyEval_ThreadsInitialized'"
# https://bugzilla.redhat.com/show_bug.cgi?id=2343777
disabled = pythonAtLeast "3.13";
src = fetchurl {
url = "http://download.libguestfs.org/python/guestfs-${version}.tar.gz";
hash = "sha256-GCKwkhrIXPz0hPrwe3YrhlEr6TuDYQivDzpMlZ+CAzI=";