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:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user