summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-06-09 13:38:14 +0800
committerUniversebenzene2019-06-09 13:38:14 +0800
commitce513f3c12f37abaf4c56c19cf36a0dc6c101778 (patch)
tree135bc53230f9f01ef0ab61723745fcf82e504651 /PKGBUILD
parent44e963ba9305aaca8d8b09e05dd51543130a1b38 (diff)
downloadaur-ce513f3c12f37abaf4c56c19cf36a0dc6c101778.tar.gz
Prevent astropy-helpers above 3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ec10b29726e..e16101c09d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://radio-beam.readthedocs.io/"
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools' 'python-astropy' 'python-astropy-helpers>=3.1' 'python2-astropy-helpers' 'python-sphinx-astropy')
-checkdepends=('python-pytest-astropy' 'python2-pytest32' 'python2-astropy')
+checkdepends=('python-pytest-astropy' 'python-astropy-helpers<3.2' 'python2-pytest<3.7' 'python2-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
"python2-${_pyname}.install")
md5sums=('268a38a8196a824bb69c815cdd35fe3a'