summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-02-23 16:05:28 +0800
committerUniversebenzene2019-02-23 16:05:28 +0800
commitfcdca5a26275c979674637d608272e3ea078897b (patch)
tree9ce951404f6d22fc8d08109e4b3a4047cf86fa20
parent5d0f2ef27ee91ad13bda228f5a7307d7f6414ad2 (diff)
downloadaur-fcdca5a26275c979674637d608272e3ea078897b.tar.gz
Add missing checkdepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b5bf69c2964..fe5640aa505b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 23 04:25:18 UTC 2019
+# Sat Feb 23 08:05:05 UTC 2019
pkgbase = python-pydl
pkgdesc = Python replacements for functions that are part of the IDL built-in library or part of astronomical IDL libraries
pkgver = 0.7.0
@@ -10,6 +10,7 @@ pkgbase = python-pydl
license = BSD
checkdepends = python-pytest-astropy
checkdepends = python2-pytest32
+ checkdepends = python2-matplotlib
checkdepends = python2-astropy
makedepends = python-setuptools
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 00bd6cad74c5..ee3b0e106092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="http://pydl.readthedocs.io/"
license=('BSD')
makedepends=('python-setuptools' 'python-setuptools' 'python-astropy' 'python-astropy-helpers' 'python2-astropy-helpers' 'python-sphinx-astropy')
-checkdepends=('python-pytest-astropy' 'python2-pytest32' 'python2-astropy')
+checkdepends=('python-pytest-astropy' 'python2-pytest32' 'python2-matplotlib' 'python2-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('0bf0921aef8f5acbf192ac5c49f0d46c')