Skip to content

Commit

Permalink
py3cairo: depend on python3 instead of :python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 11, 2018
1 parent 87d56c4 commit 52a1a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/py3cairo.rb
Expand Up @@ -3,6 +3,7 @@ class Py3cairo < Formula
homepage "https://cairographics.org/pycairo/"
url "https://github.com/pygobject/pycairo/releases/download/v1.15.4/pycairo-1.15.4.tar.gz"
sha256 "ee4c3068c048230e5ce74bb8994a024711129bde1af1d76e3276c7acd81c4357"
revision 1

bottle do
cellar :any
Expand All @@ -13,7 +14,7 @@ class Py3cairo < Formula

depends_on "pkg-config" => :build
depends_on "cairo"
depends_on :python3
depends_on "python3"

def install
system "python3", *Language::Python.setup_install_args(prefix)
Expand Down

0 comments on commit 52a1a15

Please sign in to comment.