1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/testing/eolie/python-3.8-compat.patch
2019-11-05 15:35:28 +00:00

13 lines
519 B
Diff

diff --git a/python-webextension/meson.build b/python-webextension/meson.build
index 06b7cbb..2a1c9b6 100644
--- a/python-webextension/meson.build
+++ b/python-webextension/meson.build
@@ -2,7 +2,7 @@ extension_dir = join_paths(get_option('libdir'), 'eolie', 'webkitextension')
webkitextension = dependency('webkit2gtk-web-extension-4.0')
pyobject = dependency('pygobject-3.0')
-python3 = dependency('python3')
+python3 = dependency('python3-embed')
pythonloader = configure_file(
input: 'pythonloader.c.in',