From 9e49d76f495435e8e3cc5514d610ac764424ead6 Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 16 Feb 2023 21:02:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B5=D0=B9=20=D0=B4=D0=BB=D1=8F=20=D0=B0?= =?UTF-8?q?=D1=80=D1=87=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dodo-manager-git/lure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dodo-manager-git/lure.sh b/dodo-manager-git/lure.sh index 141210a..791d1ab 100644 --- a/dodo-manager-git/lure.sh +++ b/dodo-manager-git/lure.sh @@ -8,7 +8,9 @@ architectures=('amd64') license=('GPL-3.0-or-later') provides=('dodo') conflicts=('dodo') + deps=('python3, python3-pip') +deps_arch('python, python-pip') sources=("git+https://gitflic.ru/project/xpamych/dodo-manager.git") checksums=('SKIP')