summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d9b09edeb4..ab7f85a8b6a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-astroquery
pkgdesc = Set of tools for querying astronomical web forms and databases
pkgver = 0.4.6
- pkgrel = 1
+ pkgrel = 2
url = http://astroquery.readthedocs.org/en/latest/
arch = x86_64
license = BSD
@@ -13,6 +13,7 @@ pkgbase = python-astroquery
depends = python-keyring
depends = python-beautifulsoup4
depends = python-html5lib
+ depends = python-pyvo
optdepends = python-aplpy: required for the full functionality of the alma module
optdepends = python-pyregion: required for the full functionality of the alma module
optdepends = python-astropy-healpix: required for the full functionality of the cds module
diff --git a/PKGBUILD b/PKGBUILD
index d043edbfc9bc..ee5df9c7f02d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-astroquery
pkgver=0.4.6
-pkgrel=1
+pkgrel=2
pkgdesc="Set of tools for querying astronomical web forms and databases"
arch=('x86_64')
url="http://astroquery.readthedocs.org/en/latest/"
license=('BSD')
-depends=('python>=3.7' 'python-numpy>=1.16' 'python-astropy>=4.0' 'python-requests' 'python-keyring' 'python-beautifulsoup4' 'python-html5lib')
+depends=('python>=3.7' 'python-numpy>=1.16' 'python-astropy>=4.0' 'python-requests' 'python-keyring' 'python-beautifulsoup4' 'python-html5lib' 'python-pyvo')
optdepends=('python-aplpy: required for the full functionality of the alma module'
'python-pyregion: required for the full functionality of the alma module'
'python-astropy-healpix: required for the full functionality of the cds module'