Unverified Commit 8f60e7ea authored by Fernando Rodrigues's avatar Fernando Rodrigues
Browse files

python313Packages.guestfs: mark broken



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

Signed-off-by: default avatarFernando Rodrigues <alpha@sigmasquadron.net>
parent 60db58a5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{
  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=";