summaryrefslogtreecommitdiff
path: root/python2-qtconsole/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'python2-qtconsole/PKGBUILD')
-rw-r--r--python2-qtconsole/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2-qtconsole/PKGBUILD b/python2-qtconsole/PKGBUILD
index ef29ed72..ff1543aa 100644
--- a/python2-qtconsole/PKGBUILD
+++ b/python2-qtconsole/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Qt-based console for Jupyter with support for rich media output"
arch=('any')
url="https://pypi.org/project/qtconsole/"
license=('BSD')
-makedepends=('python2-setuptools' 'qt5-svg')
+makedepends=('python2-setuptools')
source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
sha512sums=('4e6ae477796d7cc46f009658f29275ed75467f1e5c2436552b7a6df73eb35a382a54b4dc06ebe8827e2a009b79f08166dbce869832cb545fcc4db4299df1e004')
depends=('python2-ipykernel' 'python2-jupyter_core' 'python2-jupyter_client'