SoapySDR: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:01:33 -04:00
parent 5760ecfbed
commit e7f57aa82d

View File

@ -1,10 +1,10 @@
# Template file for 'SoapySDR' # Template file for 'SoapySDR'
pkgname=SoapySDR pkgname=SoapySDR
version=0.8.1 version=0.8.1
revision=2 revision=3
build_style=cmake build_style=cmake
configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3" configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3"
hostmakedepends="doxygen swig python3" hostmakedepends="doxygen swig python3 python3-setuptools"
makedepends="python3-devel" makedepends="python3-devel"
depends="python3" depends="python3"
short_desc="Vendor and platform neutral SDR support library" short_desc="Vendor and platform neutral SDR support library"