summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-08-29 01:13:34 +0800
committerUniversebenzene2019-08-29 01:13:34 +0800
commit1c84f2b65c1ac1e9ade879452510e1a9c86d075d (patch)
tree1d581a963f28b643f298e69feb15545c4497c3f9 /PKGBUILD
parent9944134cc01cf115cac5c1ed7b40148f3e50273b (diff)
downloadaur-python-stsci.image-doc.tar.gz
Improve depends order
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9369cbdd4edd..cf42d1734375 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-stsci.sphinxext')
+makedepends=("python2-${_pyname}=${pkgver}" 'python2-numpydoc' 'python2-stsci.sphinxext')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz"
'fix_new_sphinx.patch')
md5sums=('3067df5c19b14573b17c080931acc93c'