libiio: rebuild for Python 3.11

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:08:13 -04:00
parent 9d3b97efc2
commit 2e1e563116

View file

@ -1,11 +1,12 @@
# Template file for 'libiio'
pkgname=libiio
version=0.24
revision=1
revision=2
build_style=cmake
configure_args="-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d -DWITH_DOC=YES
-DWITH_SERIAL_BACKEND=YES -DHAVE_DNS_SD=YES -DPYTHON_BINDINGS=YES"
hostmakedepends="bison flex doxygen pkg-config python3 python3-Sphinx python3-sphinx_rtd_theme"
hostmakedepends="bison flex doxygen pkg-config
python3-setuptools python3-Sphinx python3-sphinx_rtd_theme"
makedepends="avahi-libs-devel libaio-devel libserialport-devel libusb-devel libxml2-devel"
short_desc="Library for interfacing with local and remote Linux IIO devices"
maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"