Skip to content

Commit

Permalink
PKGBUILD: fixed missing python-wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Mar 23, 2024
1 parent b79b4fd commit 976f466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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 python-pip python-build)
makedepends+=(python-setuptools python-pip python-build python-wheel)
fi
if [ -e /usr/include/janus/plugins/plugin.h ];then
depends+=(janus-gateway alsa-lib opus)
Expand Down

0 comments on commit 976f466

Please sign in to comment.