Skip to content

Commit

Permalink
bundler: libv8 needs python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mswart committed Aug 21, 2014
1 parent 0810506 commit c753e7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Bug Fixes:

* bundler: call bundler install with --retry 3
* rails: install bin directory (needed for rails console)
* bundler: libv8 needs python2.7


0.5.3 / 2014-08-14
Expand Down
4 changes: 4 additions & 0 deletions lib/cany/recipes/bundler/gem_db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ class Cany::Recipes::Bundler
depend 'libmagickcore-dev', situation: :build
depend 'libmagickwand-dev', situation: :build
end

Gem.specify :libv8 do
depend 'python2.7', situation: :build
end
end

0 comments on commit c753e7d

Please sign in to comment.