From 2446e1d118816a5a53af7b4cc7fa77d23663f054 Mon Sep 17 00:00:00 2001 From: "Dionisio M. Soler" <65351703+dmsoler@users.noreply.github.com> Date: Tue, 22 Nov 2022 09:40:23 +0100 Subject: [PATCH] Update intef-exe.yml: add 3 python packages Packages python-cffi-backend, python-minimal and python-zope.interface are dependencies no longer processed by pkg2appimage since 8/24/2020, see issue #435. Add these 3 packages to the recipe to make it work again. --- recipes/intef-exe.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/intef-exe.yml b/recipes/intef-exe.yml index 342c2c56..da976ed2 100644 --- a/recipes/intef-exe.yml +++ b/recipes/intef-exe.yml @@ -4,6 +4,9 @@ binpatch: true ingredients: packages: - intef-exe + - python-cffi-backend + - python-minimal + - python-zope.interface dist: oldstable sources: - deb http://ftp.debian.org/debian/ oldstable main