Skip to content

Instantly share code, notes, and snippets.

@NikolausDemmel
Last active August 29, 2015 13:57
Show Gist options
  • Save NikolausDemmel/9450610 to your computer and use it in GitHub Desktop.
Save NikolausDemmel/9450610 to your computer and use it in GitHub Desktop.
Test case for pip dependecies in homebrew.
require "formula"
class TestPipDeps < Formula
homepage "http://www.ros.org/wiki/catkin"
url "https://github.com/ros-gbp/catkin-release/archive/release/hydro/catkin/0.5.86-0.tar.gz"
version "0.5.86-0"
sha1 "a5cf127b78d54c665586be2434aece917bae064e"
depends_on "empy" => :python
depends_on "catkin-pkg" => :python
depends_on "argparse" => :python
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment