b1bc001f80b08d1888791696c40ee8074e42ec2b
[odoo/odoo.git] / setup.cfg
1 [bdist_rpm]
2 install-script = setup/redhat/install.sh
3 post-install = setup/redhat/postinstall.sh
4
5 requires =
6   babel
7   libxslt-python
8   pyparsing
9   python-dateutil
10   python-decorator
11   python-docutils
12   python-feedparser
13   python-imaging
14   python-jinja2
15   python-ldap
16   python-lxml
17   python-mako
18   python-mock
19   python-openid
20   python-passlib
21   python-psutil
22   python-psycopg2
23   python-reportlab
24   python-requests
25   python-simplejson
26   python-unittest2
27   python-vobject
28   python-werkzeug
29   python-yaml
30   pytz
31
32 # -------------------------------------------------------------------
33 # CentOS 7 notes
34 # -------------------------------------------------------------------
35 #
36 # These libraries can be installed as system packages thanks to the
37 # Fedora EPEL repo (https://fedoraproject.org/wiki/EPEL):
38 # rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
39 # yum update -y && yum upgrade -y
40 #
41 # Unfortunately, all the needed packages are not yet ported to EPEL7. You can install them with pip:
42 # yum install python-pip gcc python-devel -y
43 # pip install pydot pyPdf vatnumber xlwt http://download.gna.org/pychart/PyChart-1.39.tar.gz