summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2022-03-25 19:10:52 -0300
committerMédéric Boquien2022-03-25 19:10:52 -0300
commitb9afe81d83f261dd8eb852c62311f0622a1e958d (patch)
treeedd1a92a22cf3bbbb5b7d316a35c64e3b5785e58
parent1161c7d38db2890aa1093353ffc8873b4a4c2c62 (diff)
downloadaur-b9afe81d83f261dd8eb852c62311f0622a1e958d.tar.gz
Add python-pyvo as a dependency. Bug reported by privong.
-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'