SoapySDR: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-10 19:14:28 +01:00
parent 555212c395
commit d1d4ecb9f6

View file

@ -1,12 +1,13 @@
# Template file for 'SoapySDR'
pkgname=SoapySDR
version=0.7.2
revision=3
revision=4
wrksrc="${pkgname}-soapy-sdr-${version}"
build_style=cmake
configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3"
hostmakedepends="doxygen swig python3"
makedepends="python3-devel"
depends="python3"
short_desc="Vendor and platform neutral SDR support library"
maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="BSL-1.0"