direct call of setup.py is deprecated

This commit is contained in:
Maxim Devaev
2024-03-22 15:53:41 +02:00
parent 847f34e10c
commit 25957de017
6 changed files with 11 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ _options="WITH_GPIO=1 WITH_SYSTEMD=1"
if [ -e /usr/bin/python3 ]; then
_options="$_options WITH_PYTHON=1"
depends+=(python)
makedepends+=(python-setuptools)
makedepends+=(python-setuptools python-pip python-build)
fi
if [ -e /usr/include/janus/plugins/plugin.h ];then
depends+=(janus-gateway alsa-lib opus)