From f296bb57e7b043e53584030279a71cce266f20ec Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 30 May 2026 11:58:34 +0300 Subject: [PATCH] added python-installer --- pkg/arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index e6cd4eb..86c7b5c 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -19,7 +19,7 @@ _options="WITH_GPIO=1 WITH_SYSTEMD=1" if [ -e /usr/bin/python3 ]; then _options="$_options WITH_PYTHON=1" depends+=("python>=3.14" "python<3.15") - makedepends+=(python-setuptools python-pip python-build python-wheel) + makedepends+=(python-setuptools python-pip python-build python-wheel python-installer) fi if [ -e /usr/include/janus/plugins/plugin.h ];then depends+=(janus-gateway alsa-lib opus)