sceptre: use python@3.9
Also depend on the `six` formula. Closes #78928. Signed-off-by: Nanda H Krishna <me@nandahkrishna.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
3939ab0032
commit
72e56cbd7c
|
@ -6,6 +6,7 @@ class Sceptre < Formula
|
|||
url "https://files.pythonhosted.org/packages/54/0d/f48f7a7c1e5a49ead5e531e3087674bcbec050bce262bb4486e7c03d3a33/sceptre-2.5.0.tar.gz"
|
||||
sha256 "40f4ceae1a4d66cbea94cbff04411e20f14c85be2547197de744f1fb09e986d9"
|
||||
license "Apache-2.0"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
sha256 cellar: :any_skip_relocation, arm64_big_sur: "26f8ed58058ca751e85b3b05c06ed3641ce3990808f65f1b390bcc5476177a04"
|
||||
|
@ -14,7 +15,8 @@ class Sceptre < Formula
|
|||
sha256 cellar: :any_skip_relocation, mojave: "a48375a0271b441d4d3df4dc2ff430b27aba357e58df5dae6ee3e5cf38ea1d82"
|
||||
end
|
||||
|
||||
depends_on "python@3.8"
|
||||
depends_on "python@3.9"
|
||||
depends_on "six"
|
||||
|
||||
resource "boto3" do
|
||||
url "https://files.pythonhosted.org/packages/40/5b/a25eb36bd333f246ab47705bf4ce3a3512c62612470cc8956e0b214deca7/boto3-1.17.67.tar.gz"
|
||||
|
@ -86,11 +88,6 @@ class Sceptre < Formula
|
|||
sha256 "cb022f4b16551edebbb31a377d3f09600dbada7363d8c5db7976e7f47732e1b2"
|
||||
end
|
||||
|
||||
resource "six" do
|
||||
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
|
||||
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
|
||||
end
|
||||
|
||||
resource "urllib3" do
|
||||
url "https://files.pythonhosted.org/packages/cb/cf/871177f1fc795c6c10787bc0e1f27bb6cf7b81dbde399fd35860472cecbc/urllib3-1.26.4.tar.gz"
|
||||
sha256 "e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937"
|
||||
|
|
|
@ -159,6 +159,9 @@
|
|||
"pyobjc-framework-SystemExtensions", "pyobjc-framework-UserNotifications", "pyobjc-framework-VideoSubscriberAccount",
|
||||
"pyobjc-framework-VideoToolbox", "pyobjc-framework-Vision", "pyobjc-framework-WebKit"]
|
||||
},
|
||||
"sceptre": {
|
||||
"exclude_packages": ["six"]
|
||||
},
|
||||
"scipy": {
|
||||
"exclude_packages": ["numpy"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue