summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-02-09 03:57:33 +0800
committerUniversebenzene2018-02-09 03:57:33 +0800
commit475b324d242719915b4087261bbb62f6ad8a0ac8 (patch)
treeaf57e5747627e733b81ef5a0610b696333f0e331
parent1326dabd9afe11b9753f16c80606267dfa87b82a (diff)
downloadaur-475b324d242719915b4087261bbb62f6ad8a0ac8.tar.gz
Correct makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d8e50474571..aaa02bd5ffe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 8 18:25:54 UTC 2018
+# Thu Feb 8 19:49:02 UTC 2018
pkgbase = python-astroplan
pkgdesc = A python package to help astronomers plan observations
pkgver = 0.4
@@ -9,6 +9,8 @@ pkgbase = python-astroplan
arch = x86_64
license = BSD
makedepends = cython
+ makedepends = python-astropy>=1.3
+ makedepends = python-pytz
makedepends = python-astropy-helpers
makedepends = python-sphinx
source = https://files.pythonhosted.org/packages/source/a/astroplan/astroplan-0.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 056abd7f601c..dac54b5a6581 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A python package to help astronomers plan observations"
arch=('i686' 'x86_64')
url="https://astroplan.readthedocs.io/en/latest/"
license=('BSD')
-makedepends=('cython' 'python-astropy-helpers' 'python-sphinx')
+makedepends=('cython' 'python-astropy>=1.3' 'python-pytz' 'python-astropy-helpers' 'python-sphinx')
#checkdepends=('python-matplotlib' 'python-pytest-mpl')
source=("https://files.pythonhosted.org/packages/source/a/astroplan/astroplan-${pkgver}.tar.gz"
'python-astroplan.patch')