summaryrefslogtreecommitdiff
path: root/stwcs
diff options
context:
space:
mode:
Diffstat (limited to 'stwcs')
-rw-r--r--stwcs/build.sh2
-rw-r--r--stwcs/meta.yaml5
2 files changed, 6 insertions, 1 deletions
diff --git a/stwcs/build.sh b/stwcs/build.sh
index 5a5aeeb..6152189 100644
--- a/stwcs/build.sh
+++ b/stwcs/build.sh
@@ -1 +1 @@
-$PYTHON setup.py install
+$PYTHON setup.py install --single-version-externally-managed --record=null.txt
diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml
index 4fb72a8..abd024d 100644
--- a/stwcs/meta.yaml
+++ b/stwcs/meta.yaml
@@ -20,12 +20,17 @@ package:
requirements:
build:
- astropy >=1.1
+ - lxml
+ - pytest
+ - requests
- stsci.tools
- setuptools
- numpy {{ numpy }}
- python {{ python }}
run:
- astropy >=1.1
+ - lxml
+ - requests
- stsci.tools
- numpy
- python