awscli: revision bump for python@3.8

This commit is contained in:
Alexander Bayandin 2020-01-06 23:26:44 +00:00 committed by FX Coudert
parent eaf7be087f
commit 29be81fca7

View file

@ -6,6 +6,7 @@ class Awscli < Formula
# awscli should only be updated every 10 releases on multiples of 10
url "https://github.com/aws/aws-cli/archive/1.16.310.tar.gz"
sha256 "2a8fa13b03714fd1f503b2c4a696c5cf433a2bc07ea5d262387a2f176e8f535e"
revision 1
head "https://github.com/aws/aws-cli.git", :branch => "develop"
bottle do
@ -17,7 +18,7 @@ class Awscli < Formula
# Some AWS APIs require TLS1.2, which system Python doesn't have before High
# Sierra
depends_on "python"
depends_on "python@3.8"
def install
venv = virtualenv_create(libexec, "python3")