Skip to content

Commit 5a200c6

Browse files
committed
Removed Formula factory and fully-qualified dependencies to enable bottling.
Fixes #19 References #21, #23
1 parent 6d6b535 commit 5a200c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pivy.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "formula"
2-
31
class Pivy < Formula
42
homepage "https://bitbucket.org/Coin3D/pivy/overview"
53
head "https://bitbucket.org/Coin3D/pivy", :using => :hg
@@ -8,8 +6,8 @@ class Pivy < Formula
86
version "0.5.0"
97

108
depends_on :python
11-
depends_on "coin"
12-
depends_on 'swig' => :build
9+
depends_on "FreeCAD/freecad/coin"
10+
depends_on 'swig' => :recommended
1311

1412
def install
1513
system "python", "setup.py", "install", "--prefix=#{prefix}"

0 commit comments

Comments
 (0)