summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-08-29 00:37:45 +0800
committerUniversebenzene2019-08-29 00:37:45 +0800
commit9944134cc01cf115cac5c1ed7b40148f3e50273b (patch)
treeb3469088c00dd50f7af74ac3fe05e07a0a7c5a13
parentfd04d4309bacdac121d825cedaa4dae62449ecdd (diff)
downloadaur-9944134cc01cf115cac5c1ed7b40148f3e50273b.tar.gz
Simplify makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73c7bcb85f95..813f8b953d12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,7 @@ pkgbase = python-stsci.image-doc
arch = x86_64
license = BSD
makedepends = python2-stsci.image=2.3.3
- makedepends = python2-numpydoc
makedepends = python2-stsci.sphinxext
- makedepends = python2-matplotlib
source = https://github.com/spacetelescope/stsci.image/archive/2.3.3.tar.gz
source = fix_new_sphinx.patch
md5sums = 3067df5c19b14573b17c080931acc93c
diff --git a/PKGBUILD b/PKGBUILD
index ae760abff07d..9369cbdd4edd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Documentation for STScI Image"
arch=('i686' 'x86_64')
url="https://github.com/spacetelescope/stsci.image"
license=('BSD')
-makedepends=("python2-${_pyname}=${pkgver}" 'python2-numpydoc' 'python2-stsci.sphinxext' 'python2-matplotlib')
+makedepends=("python2-${_pyname}=${pkgver}" 'python2-stsci.sphinxext')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz"
'fix_new_sphinx.patch')
md5sums=('3067df5c19b14573b17c080931acc93c'