diff options
-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) }} |