diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-16 10:09:41 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-16 10:21:44 -0400 |
commit | 61d97c8ed4236c61f7e7c727cd958685d3de7a2e (patch) | |
tree | af034be17fc7e67d40a6932b20a2c7314eb820e1 | |
parent | b25e85d08ec6af0f4b6c88144a880a8305127632 (diff) | |
download | cbc-recipes-61d97c8ed4236c61f7e7c727cd958685d3de7a2e.tar.gz |
Reinstate deprecated packages
-rw-r--r-- | drizzlepac/drizzlepac.ini | 6 | ||||
-rw-r--r-- | stsci.sphere/stsci.sphere.ini | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/drizzlepac/drizzlepac.ini b/drizzlepac/drizzlepac.ini index ce85d69..0b0a1c6 100644 --- a/drizzlepac/drizzlepac.ini +++ b/drizzlepac/drizzlepac.ini @@ -21,11 +21,14 @@ build: nictools numpy scipy + stsci.convolve stsci.distutils + stsci.image stsci.imagemanip stsci.imagestats stsci.ndimage stsci.skypac + stsci.sphere stsci.stimage stwcs pyregion @@ -38,10 +41,13 @@ run: nictools numpy scipy + stsci.convolve + stsci.image stsci.imagemanip stsci.imagestats stsci.ndimage stsci.skypac + stsci.sphere stsci.stimage stwcs pyregion diff --git a/stsci.sphere/stsci.sphere.ini b/stsci.sphere/stsci.sphere.ini index e358683..0c9afb3 100644 --- a/stsci.sphere/stsci.sphere.ini +++ b/stsci.sphere/stsci.sphere.ini @@ -8,7 +8,7 @@ license: GPL summary: ${package:name} [source] -git_url: ssh://bitbucket.org/stsci_ssb/${package:name} +git_url: ssh://git@bitbucket.org/stsci_ssb/${package:name} [build] number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} |