awslogs: move to Python 3

This commit is contained in:
FX Coudert 2018-10-11 12:07:02 +02:00
parent d2d0963859
commit 383b045c92

View file

@ -5,6 +5,7 @@ class Awslogs < Formula
homepage "https://github.com/jorgebastida/awslogs"
url "https://github.com/jorgebastida/awslogs/archive/0.10.tar.gz"
sha256 "6b05e930ab83d2f7fce4f4aa0320bb855efcd951deb70644a043db539bc56bcf"
revision 1
head "https://github.com/jorgebastida/awslogs.git"
bottle do
@ -16,7 +17,7 @@ class Awslogs < Formula
sha256 "c9240034aeb03e9d4e42857b0f37c11ba93486e48e4badf5b31a1d2280238f97" => :yosemite
end
depends_on "python@2"
depends_on "python"
resource "boto3" do
url "https://files.pythonhosted.org/packages/58/61/50d2e459049c5dbc963473a71fae928ac0e58ffe3fe7afd24c817ee210b9/boto3-1.4.4.tar.gz"