Add six package install in bootstrap

CoreOS installation (and maybe more ?) requires the six package to be installed for dependencies
This commit is contained in:
vgkowski 2017-06-06 16:20:30 +02:00 committed by GitHub
parent d323501c7f
commit 70c909fc3d

View file

@ -2,3 +2,4 @@
pypy_version: 2.4.0 pypy_version: 2.4.0
pip_python_modules: pip_python_modules:
- httplib2 - httplib2
- six