Kivy builds need virtualenv

This commit is contained in:
Ciaran Gultnieks 2013-12-01 16:47:27 +00:00
parent 41d7068604
commit a42d00c2a7
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
user = node[:settings][:user]
%w{cython python-pygame python-pip python-opengl python-gst0.10 python-enchant libgl1-mesa-dev libgles2-mesa-dev}.each do |pkg|
%w{cython python-pygame python-pip python-virtualenv python-opengl python-gst0.10 python-enchant libgl1-mesa-dev libgles2-mesa-dev}.each do |pkg|
package pkg do
action :install
end