fix dependencies for __rvm_ruby

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-11-02 17:04:00 +01:00
parent 384a20ffbc
commit 5eac7512a5
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,6 @@
#
# Required packages for building ruby
for package in bzip2; do
for package in bzip2 gcc make; do
__package --state present
done

View File

@ -7,6 +7,7 @@ Changelog
2.1.0pre6:
* New Example: Turn remote calls into local calls (used for unittesting)
* Core: Export PYTHONPATH, it's also needed by emulator
* Type __rvm_ruby: Add clean package dependencies
2.1.0pre5: 2012-11-01
* Core: First round of tests updated to work with multiple configuration directories