repo config changes
This commit is contained in:
parent
2bbeb52178
commit
8eb1b4e471
2 changed files with 7 additions and 4 deletions
|
@ -5,11 +5,13 @@ python-pkgs:
|
|||
- python-pip
|
||||
- build-essential
|
||||
|
||||
{% for pkg in ['tornado', 'pyzmq', 'itsdangerous', 'boto', 'redis', 'simplejson', 'sockjs-tornado', 'flask', 'flask-bcrypt', 'flask-login', 'flask-assets', 'gittle', 'gevent', 'lxml', 'markdown2', 'recaptcha-client', 'RethinkORM' ] %}
|
||||
|
||||
{% for pkg in ['tornado', 'pyzmq', 'itsdangerous', 'boto', 'redis', 'simplejson', 'sockjs-tornado', 'flask', 'flask-bcrypt', 'flask-login', 'flask-assets', 'gittle', 'gevent', 'lxml', 'markdown2', 'recaptcha-client', 'rethinkdb', 'RethinkORM' ] %}
|
||||
{{ pkg }}-pip:
|
||||
pip:
|
||||
- name: {{ pkg }}
|
||||
- installed
|
||||
- require:
|
||||
- pkg.installed: common-pkgs
|
||||
- pkg.installed: rethinkdb
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue