summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'