summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMédéric Boquien2021-08-10 08:02:58 -0400
committerMédéric Boquien2021-08-10 08:02:58 -0400
commit485a65d38b0261d754a96732f33384d36698e8d0 (patch)
treead9b1facfeb3a6b3ed8567a8604a2180567d8d77 /PKGBUILD
parent7b94d3e6c0981c503b82be05b990d6819c05973d (diff)
downloadaur-485a65d38b0261d754a96732f33384d36698e8d0.tar.gz
Expand the list of makedepends packages following the report by Roland.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf6c22537f44..aacec20a3844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Médéric Boquien <mboquien@free.fr>
pkgname=python-astropy
pkgver=4.3
-pkgrel=1
+pkgrel=2
pkgdesc="A community python library for astronomy"
arch=('i686' 'x86_64')
url="http://www.astropy.org/"
@@ -26,7 +26,7 @@ optdepends=('python-scipy: powers a variety of features in several modules'
'libxml2: validates VOTABLE XML files. This is a command line tool installed outside of Python'
)
conflicts=('python-pyfits' 'python-vo')
-makedepends=('cython' 'python-jinja' 'python-pip')
+makedepends=('cython' 'python-jinja' 'python-pip' 'python-setuptools-scm' 'python-extension-helpers')
source=("https://files.pythonhosted.org/packages/source/a/astropy/astropy-${pkgver}.tar.gz")
sha512sums=('865b6a920ad1daff64823ec36d9f70c0de38dd897b4133001466d6d5274adcc74e006220c1e45af8fd57e7de987ecb336a1ee1b685a3e56c8a5a614125e175dc')