84 lines
1.6 KiB
YAML
84 lines
1.6 KiB
YAML
---
|
|
|
|
odoo_debian_packages:
|
|
- python-dev
|
|
- python-openssl
|
|
- python-markupsafe
|
|
- python-serial
|
|
- python-usb
|
|
- python-qrcode
|
|
# Dependencies taken from the deb package
|
|
- python-babel
|
|
- python-dateutil
|
|
- python-decorator
|
|
- python-docutils
|
|
- python-feedparser
|
|
- python-gevent
|
|
- python-greenlet
|
|
- python-imaging
|
|
- python-jinja2
|
|
- python-ldap
|
|
- python-libxslt1
|
|
- python-lxml
|
|
- python-mako
|
|
- python-mock
|
|
- python-openid
|
|
- python-passlib
|
|
- python-psutil
|
|
- python-psycopg2
|
|
- python-pychart
|
|
- python-pydot
|
|
- python-pyparsing
|
|
- python-pypdf2
|
|
- python-reportlab
|
|
- python-requests
|
|
- python-six
|
|
- python-suds
|
|
- python-tz
|
|
- python-vatnumber
|
|
- python-vobject
|
|
- python-werkzeug
|
|
- python-xlsxwriter
|
|
- python-xlwt
|
|
- python-yaml
|
|
|
|
odoo_nodejs_apt_package: "nodejs=6.*"
|
|
odoo_nodejs_apt_repo: "node_6.x"
|
|
odoo_npm_packages:
|
|
- name: less
|
|
version: 2.7.2
|
|
- name: less-plugin-clean-css
|
|
version: 1.5.1
|
|
- name: phantomjs-prebuilt
|
|
version: 2.1.15
|
|
|
|
odoo_buildout_build_dependencies:
|
|
- python-virtualenv
|
|
- build-essential
|
|
- python-dev
|
|
- libxml2-dev
|
|
- libxslt1-dev
|
|
- libpq-dev
|
|
- libldap2-dev
|
|
- libsasl2-dev
|
|
- libopenjp2-7-dev
|
|
- libjpeg62-turbo-dev
|
|
- libtiff5-dev
|
|
- libfreetype6-dev
|
|
- liblcms2-dev
|
|
- libwebp-dev
|
|
|
|
odoo_wkhtmltox_depends:
|
|
- fontconfig
|
|
- libfontconfig1
|
|
- libfreetype6
|
|
- libpng12-0
|
|
- zlib1g
|
|
- libssl1.0.0
|
|
- libx11-6
|
|
- libxext6
|
|
- libxrender1
|
|
- libstdc++6
|
|
- libc6
|
|
- libjpeg62-turbo
|