From b2bea689584b7d5382b308c541f8f5cd0c3337e4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 19 Feb 2019 13:28:16 +0000 Subject: [PATCH] urh: fix rubocop 0.65.0 style. --- Formula/urh.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/urh.rb b/Formula/urh.rb index 6378730dc0..d2391f693c 100644 --- a/Formula/urh.rb +++ b/Formula/urh.rb @@ -46,6 +46,7 @@ class Urh < Formula ENV.prepend_create_path "PYTHONPATH", libexec/"vendor/lib/python#{xy}/site-packages" resources.each do |r| next if r.name == "Cython" + r.stage do system "python3", *Language::Python.setup_install_args(libexec/"vendor") end