summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-09-15 17:42:10 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2020-09-15 18:15:27 +0200
commit4208cf1d5eb683c947cf1cd4e5c8830cf336a3f2 (patch)
treeb4914bacc00bd0585e0f4af39d0203ec5ba0db2c
parent6ffc87e51694abd03aed2d42683d65caa74e313d (diff)
downloadpygobject-4208cf1d5eb683c947cf1cd4e5c8830cf336a3f2.tar.gz
Revert the dependency bump for libffi
It results in crashes downstream (pulls in a meson fallback in gst-ci) and it isn't really needed, so revert for now. Also Fedora only has 3.1 it turns out.
-rw-r--r--meson.build2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index bd07f9f2..f7e9e797 100644
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,7 @@ python_dep = python.dependency()
glib_version_req = '>= 2.56.0'
gi_version_req = '>= 1.56.0'
pycairo_version_req = '>= 1.16.0'
-libffi_version_req = '>= 3.2'
+libffi_version_req = '>= 3.0'
gi_dep = dependency('gobject-introspection-1.0', version : gi_version_req,
fallback: ['gobject-introspection', 'girepo_dep'])
diff --git a/setup.py b/setup.py
index fce5b4af..228b4f66 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ PYGOBJECT_VERSION = "3.39.0"
GLIB_VERSION_REQUIRED = "2.56.0"
GI_VERSION_REQUIRED = "1.56.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"
-LIBFFI_VERSION_REQUIRED = "3.2"
+LIBFFI_VERSION_REQUIRED = "3.0"
WITH_CAIRO = not bool(os.environ.get("PYGOBJECT_WITHOUT_PYCAIRO"))
"""Set PYGOBJECT_WITHOUT_PYCAIRO if you don't want to build with