summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122019-11-13 09:35:47 +0100
committerwillemw122019-11-13 09:35:47 +0100
commitc78c1ea797636d153c82cbbe662fb9dacbb60534 (patch)
treefe66fa301db8ea922db5d3d37ba73ddac4ca6602
parent35ecaa1adab1cc1738591c43f62c25ec4a9697bc (diff)
downloadaur-c78c1ea797636d153c82cbbe662fb9dacbb60534.tar.gz
Remove 'desktop-file-utils' and 'gtk-update-icon-cache' dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 1 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2a5963efe7..eed96f55b29b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,8 +36,6 @@ pkgbase = spyder3-git
depends = python-spyder-kernels
depends = python-watchdog
depends = python-xdg
- depends = desktop-file-utils
- depends = gtk-update-icon-cache
optdepends = cython: run Cython files
optdepends = python-matplotlib: 2D/3D plotting
optdepends = python-numpy: N-dimensional arrays
diff --git a/PKGBUILD b/PKGBUILD
index 3cac4450c61c..63cfd73251b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,10 +37,7 @@ depends=('jupyter-nbconvert'
'python-sphinx'
'python-spyder-kernels'
'python-watchdog'
- 'python-xdg'
-
- 'desktop-file-utils'
- 'gtk-update-icon-cache')
+ 'python-xdg')
#'pyside2: Qt-Python bindings'
optdepends=('cython: run Cython files'
'python-matplotlib: 2D/3D plotting'