mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-17 21:13:42 +00:00
moved to python-3.13
This commit is contained in:
@@ -18,7 +18,7 @@ md5sums=(SKIP)
|
|||||||
_options="WITH_GPIO=1 WITH_SYSTEMD=1"
|
_options="WITH_GPIO=1 WITH_SYSTEMD=1"
|
||||||
if [ -e /usr/bin/python3 ]; then
|
if [ -e /usr/bin/python3 ]; then
|
||||||
_options="$_options WITH_PYTHON=1"
|
_options="$_options WITH_PYTHON=1"
|
||||||
depends+=(python)
|
depends+=("python>=3.13" "python<3.14")
|
||||||
makedepends+=(python-setuptools python-pip python-build python-wheel)
|
makedepends+=(python-setuptools python-pip python-build python-wheel)
|
||||||
fi
|
fi
|
||||||
if [ -e /usr/include/janus/plugins/plugin.h ];then
|
if [ -e /usr/include/janus/plugins/plugin.h ];then
|
||||||
|
|||||||
Reference in New Issue
Block a user