conjure-up: add awscli dep
This adds the awscli tools for our native cloud integration Also Remove "awscli" from resources awscli from resources wasn't providing the binary and doesn't actually provide a module to import for python based conjure-up spells as we already provide botocore which both awscli and conjure-up would rely on. Fixes https://github.com/conjure-up/conjure-up/issues/1184 Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com> Closes #19328. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
7b169b4d5f
commit
5048f470e9
1 changed files with 3 additions and 5 deletions
|
@ -6,6 +6,8 @@ class ConjureUp < Formula
|
|||
url "https://github.com/conjure-up/conjure-up/archive/2.3.1.tar.gz"
|
||||
sha256 "da429aad45ef0c6a70565a3748da2cb668def684b65f04ee3c081ebce065fac7"
|
||||
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "d557b765effbc4f473f3fadaeba0a81f0603e20e76630546d2fdadc4f88fcc5a" => :high_sierra
|
||||
|
@ -19,6 +21,7 @@ class ConjureUp < Formula
|
|||
depends_on "jq"
|
||||
depends_on "wget"
|
||||
depends_on "redis"
|
||||
depends_on "awscli"
|
||||
|
||||
# list generated from the 'requirements.txt' file in the repository root
|
||||
resource "aiofiles" do
|
||||
|
@ -26,11 +29,6 @@ class ConjureUp < Formula
|
|||
sha256 "6c4936cea65175277183553dbc27d08b286a24ae5bd86f44fbe485dfcf77a14a"
|
||||
end
|
||||
|
||||
resource "awscli" do
|
||||
url "https://files.pythonhosted.org/packages/91/31/9b420c49cbbc4316bdec5596b659adba934b9209a647bf0a780dc4b11a3b/awscli-1.11.123.tar.gz"
|
||||
sha256 "74808159d67c31ce00f6ef1ea7a7f15794cc9cc16d23e25689bf18c30de24c48"
|
||||
end
|
||||
|
||||
resource "botocore" do
|
||||
url "https://files.pythonhosted.org/packages/d5/0e/b3c9eebe95c3cbbaabd72edde5aed9e16d2da6dff4a0aaf5dff3c4e072f9/botocore-1.5.86.tar.gz"
|
||||
sha256 "e0c8020c9b33c37b4ae09e1e9cd5b172aa1b0e331cf08d53d65ba932c56759d7"
|
||||
|
|
Loading…
Reference in a new issue