]> arthur.barton.de Git - homebrew-alex.git/commitdiff
droopy: Fix python dependency
authorAlexander Barton <alex@barton.de>
Tue, 5 Feb 2019 21:47:39 +0000 (22:47 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 5 Feb 2019 21:47:39 +0000 (22:47 +0100)
Formula/droopy.rb

index 9d4ec44efeb9974a8e7048efaadbeff5878414ce..1c51ca953c188491a06c935364605c598e5d36db 100644 (file)
@@ -4,7 +4,7 @@ class Droopy < Formula
   url "https://github.com/stackp/Droopy.git", :revision => "7a9c7bc46c4ff8b743755be86a9b29bd1a8ba1d9"
   version "20160830"
 
-  depends_on :python if MacOS.version <= :snow_leopard
+  depends_on "python"
 
   def install
     bin.install "droopy"