Add missing Qt.py dependency to PKGBUILD
This commit is contained in:
parent
b8666417b0
commit
ea969b89e2
2
PKGBUILD
2
PKGBUILD
@ -6,7 +6,7 @@ pkgdesc="Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for s
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/xmikos/qspectrumanalyzer"
|
url="https://github.com/xmikos/qspectrumanalyzer"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('python-pyqt5' 'python-pyqtgraph' 'soapy_power')
|
depends=('python-qt.py' 'python-pyqt5' 'python-pyqtgraph' 'soapy_power')
|
||||||
makedepends=('python-setuptools')
|
makedepends=('python-setuptools')
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'rtl_power_fftw-git: alternative RTL-SDR backend using FFTW library (much faster than rtl_power)'
|
'rtl_power_fftw-git: alternative RTL-SDR backend using FFTW library (much faster than rtl_power)'
|
||||||
|
Loading…
Reference in New Issue
Block a user