diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 15:54:22 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 15:54:22 -0400 |
commit | 82c2385192551d93d3160297db4f0df5f23d2671 (patch) | |
tree | 60d82f92dcb80445d914b12a96b17809531ff7f5 /crds | |
parent | 84432a89cb58f32fc05f2e3d684d2a3cf85c7414 (diff) | |
download | astroconda-contrib-82c2385192551d93d3160297db4f0df5f23d2671.tar.gz |
Remove d2to1 and stsci.distutils
Diffstat (limited to 'crds')
-rw-r--r-- | crds/build.sh | 1 | ||||
-rw-r--r-- | crds/meta.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/crds/build.sh b/crds/build.sh index b623a78..10954df 100644 --- a/crds/build.sh +++ b/crds/build.sh @@ -1,4 +1,3 @@ -pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install || exit 1
\ No newline at end of file diff --git a/crds/meta.yaml b/crds/meta.yaml index 12e7ae4..bf7f408 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -10,7 +10,6 @@ package: version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}' requirements: build: - - d2to1 - astropy >=1.1 - numpy x.x - setuptools |