summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astroquery/build.sh2
-rw-r--r--astroquery/meta.yaml8
2 files changed, 6 insertions, 4 deletions
diff --git a/astroquery/build.sh b/astroquery/build.sh
index 141155c..5a5aeeb 100644
--- a/astroquery/build.sh
+++ b/astroquery/build.sh
@@ -1 +1 @@
-python setup.py install --offline --no-git
+$PYTHON setup.py install
diff --git a/astroquery/meta.yaml b/astroquery/meta.yaml
index 70d5039..fff326e 100644
--- a/astroquery/meta.yaml
+++ b/astroquery/meta.yaml
@@ -26,16 +26,18 @@ requirements:
- keyring
- beautifulsoup4
- html5lib
+ - secretstorage [linux]
- setuptools
- - python x.x
-
+ - python
+
run:
- astropy
- requests
- keyring
- beautifulsoup4
- html5lib
- - python x.x
+ - secretstorage [linux]
+ - python
test:
imports: