diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 11:52:37 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:28 +0000 |
| commit | a2bb522d1c01eb052a468ca9d8169336c8d54536 (patch) | |
| tree | 8dcccf58cc3a9d2e6913c3c3d9cc6e08ffd1b074 /testing/eolie/python-3.8-compat.patch | |
| parent | 1501862e3af1caa045ff73bfaa4ee26effafe25b (diff) | |
| download | aports-a2bb522d1c01eb052a468ca9d8169336c8d54536.tar.bz2 aports-a2bb522d1c01eb052a468ca9d8169336c8d54536.tar.xz | |
testing/eolie: rebuild against python 3.8
Diffstat (limited to 'testing/eolie/python-3.8-compat.patch')
| -rw-r--r-- | testing/eolie/python-3.8-compat.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/eolie/python-3.8-compat.patch b/testing/eolie/python-3.8-compat.patch new file mode 100644 index 0000000000..8145b63a68 --- /dev/null +++ b/testing/eolie/python-3.8-compat.patch @@ -0,0 +1,13 @@ +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', |
