diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 17:10:27 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 17:10:27 -0400 |
commit | 34e7e347a423cab32dc91cab249d165692b2fa8e (patch) | |
tree | 50ecb4fea1ecfaf0f10295e579c788120727971e /imexam | |
parent | 1f869150971b9bebf35c2a16701ba5d66a312372 (diff) | |
download | astroconda-dev-34e7e347a423cab32dc91cab249d165692b2fa8e.tar.gz |
Add back d2to1 and stsci.distutils usage for the moment
Diffstat (limited to 'imexam')
-rw-r--r-- | imexam/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imexam/meta.yaml b/imexam/meta.yaml index c40a998..881cc1b 100644 --- a/imexam/meta.yaml +++ b/imexam/meta.yaml @@ -17,6 +17,7 @@ package: requirements: build: - d2to1 + - stsci.distutils - nose - astropy >=1.1 - numpy x.x @@ -28,7 +29,6 @@ requirements: - mock [py27] - python x.x run: - - d2to1 - nose - astropy >=1.1 - numpy x.x |