summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarel2019-07-12 13:20:41 +0300
committerkarel2019-07-12 13:20:41 +0300
commitc5c51c159ee1ce85db736d9707051f63dd5f1a8e (patch)
treeae14669c1aad4bf641e2db023458693cf1830bb7
parenta44ea7331238c1df52e0785bc1b5fad9bc19ea36 (diff)
downloadaur-c5c51c159ee1ce85db736d9707051f63dd5f1a8e.tar.gz
add python-pyqt5 dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c516dae0d90..9ff612f65580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,7 @@ pkgbase = gnuradio-git
depends = python-mako
depends = python-click
depends = python-click-plugins
+ depends = python-pyqt5
depends = cppunit
depends = gsl
depends = blas
diff --git a/PKGBUILD b/PKGBUILD
index 442444c9e1e3..5cf00c4d5e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="General purpose DSP and SDR toolkit, with drivers for usrp and fcd."
arch=('i686' 'x86_64')
url="https://github.com/gnuradio/gnuradio"
license=('GPL')
-depends=('fftw' 'python' 'python-numpy' 'python-mako' 'python-click' 'python-click-plugins' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.54' 'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk' 'log4cpp')
+depends=('fftw' 'python' 'python-numpy' 'python-mako' 'python-click' 'python-click-plugins' 'python-pyqt5' 'cppunit' 'gsl' 'blas' 'guile' 'boost-libs>=1.54' 'libusbx' 'portaudio' 'libuhd' 'zeromq' 'libvolk' 'log4cpp')
makedepends=('git' 'boost' 'cmake' 'python-cairo' 'python-yaml' 'python-cheetah' 'glu' 'swig' 'pygtk' 'wxpython' 'qwtplot3d' 'qwt' 'python-sphinx')
optdepends=('python-lxml: Some GRC modules use lxml optionally for improved performance')
source=("git+https://github.com/gnuradio/gnuradio.git")