From 437f9ff8b24be4ca90869ed28e649872c3d91c46 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 27 Feb 2018 08:51:13 -0800 Subject: [PATCH] molecule: rename python@2 dependency --- Formula/molecule.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/molecule.rb b/Formula/molecule.rb index a9336fb783..7eb2ddbbe5 100644 --- a/Formula/molecule.rb +++ b/Formula/molecule.rb @@ -5,7 +5,7 @@ class Molecule < Formula homepage "https://molecule.readthedocs.io" url "https://files.pythonhosted.org/packages/aa/0f/dc6393eed9588e477a23488fbd23efd40246fcc64815179db6c8c892f554/molecule-1.25.1.tar.gz" sha256 "aeafd3a6c5a0de707308006dcf727883c9daf4446d18d9e68eb97659c51ebbb0" - revision 1 + revision 2 bottle do cellar :any @@ -15,7 +15,7 @@ class Molecule < Formula end depends_on "openssl" - depends_on "python" + depends_on "python@2" # Collect requirements from: # molecule @@ -263,6 +263,7 @@ class Molecule < Formula end def install + ENV.prepend_path "PATH", Formula["python@2"].opt_libexec/"bin" virtualenv_install_with_resources end