We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270d3ae commit 28ca658Copy full SHA for 28ca658
pkg/arch/PKGBUILD
@@ -18,7 +18,7 @@ md5sums=(SKIP)
18
_options="WITH_GPIO=1 WITH_SYSTEMD=1"
19
if [ -e /usr/bin/python3 ]; then
20
_options="$_options WITH_PYTHON=1"
21
- depends+=(python)
+ depends+=("python>=3.13" "python<3.14")
22
makedepends+=(python-setuptools python-pip python-build python-wheel)
23
fi
24
if [ -e /usr/include/janus/plugins/plugin.h ];then
0 commit comments