python3Packages.guestfs: 1.40.1 -> 1.40.2; mark broken on 3.13 (#406620)

This commit is contained in:
Arne Keller
2025-05-14 16:33:43 +02:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
pythonAtLeast,
buildPythonPackage,
fetchurl,
libguestfs,
@@ -8,12 +9,16 @@
buildPythonPackage rec {
pname = "guestfs";
version = "1.40.1";
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";
sha256 = "06a4b5xf1rkhnzfvck91n0z9mlkrgy90s9na5a8da2g4p776lhkf";
hash = "sha256-GCKwkhrIXPz0hPrwe3YrhlEr6TuDYQivDzpMlZ+CAzI=";
};
propagatedBuildInputs = [