SoapySDR: rebuild for Python 3.9
This commit is contained in:
parent
5fd5a14298
commit
49c3f1b6ff
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'SoapySDR'
|
||||
pkgname=SoapySDR
|
||||
version=0.7.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-soapy-sdr-${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="doxygen swig"
|
||||
configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3"
|
||||
hostmakedepends="doxygen swig python3"
|
||||
makedepends="python3-devel"
|
||||
short_desc="Vendor and platform neutral SDR support library"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue