Add missing Qt.py dependency to PKGBUILD

This commit is contained in:
Michal Krenek (Mikos) 2017-03-17 20:23:45 +01:00
parent b8666417b0
commit ea969b89e2

View File

@ -6,7 +6,7 @@ pkgdesc="Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for s
arch=('any')
url="https://github.com/xmikos/qspectrumanalyzer"
license=('GPL3')
depends=('python-pyqt5' 'python-pyqtgraph' 'soapy_power')
depends=('python-qt.py' 'python-pyqt5' 'python-pyqtgraph' 'soapy_power')
makedepends=('python-setuptools')
optdepends=(
'rtl_power_fftw-git: alternative RTL-SDR backend using FFTW library (much faster than rtl_power)'