From 49c71d9986102598bc593ba085e420bc4acc6995 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 19 Nov 2019 15:53:34 +0100 Subject: community/py3-gst: rename from py-gst --- community/py3-gst/python-3.8-compat.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/py3-gst/python-3.8-compat.patch (limited to 'community/py3-gst/python-3.8-compat.patch') diff --git a/community/py3-gst/python-3.8-compat.patch b/community/py3-gst/python-3.8-compat.patch new file mode 100644 index 0000000000..5ea4c9de02 --- /dev/null +++ b/community/py3-gst/python-3.8-compat.patch @@ -0,0 +1,13 @@ +diff --git a/meson.build b/meson.build +index 1da81d5..6a80872 100644 +--- a/meson.build ++++ b/meson.build +@@ -24,7 +24,7 @@ pygobject_dep = dependency('pygobject-3.0', fallback: ['pygobject', 'pygobject_d + + pymod = import('python') + python = pymod.find_installation(get_option('python')) +-python_dep = python.dependency(required : true) ++python_dep = dependency('python3-embed', fallback: ['python', 'python_dep'], required : true) + + python_abi_flags = python.get_variable('ABIFLAGS', '') + pylib_loc = get_option('libpython-dir') -- cgit v1.2.3