diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-04-29 10:45:31 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-04-29 10:45:31 -0400 |
commit | 21d169fa527d5b3849055cdd01f590a1c1820920 (patch) | |
tree | dea1dbb9482b014ee2b5846ae387184e160eae2c /recon/meta.yaml | |
parent | de27e3341a0b40db8e69f747ceadd50c7171e2ef (diff) | |
download | astroconda-contrib-21d169fa527d5b3849055cdd01f590a1c1820920.tar.gz |
Remove deprecated dependency
Diffstat (limited to 'recon/meta.yaml')
-rw-r--r-- | recon/meta.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recon/meta.yaml b/recon/meta.yaml deleted file mode 100644 index 515002d..0000000 --- a/recon/meta.yaml +++ /dev/null @@ -1,23 +0,0 @@ -about: - home: http://github.com/jhunkeler/recon - license: BSD - summary: Release control for git -build: - number: '0' -package: - name: recon - version: '1.0.2' -requirements: - build: - - setuptools - - python x.x - run: - - python x.x -source: - git_url: https://github.com/jhunkeler/recon.git - git_tag: '1.0.2' -test: - imports: - - recon - - recon.release - - recon.git |