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)