Skip to content

Commit 9db9756

Browse files
Add files via upload
1 parent d4c6ef7 commit 9db9756

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

setup.cfg

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
pychart
9+
pyparsing
10+
python-dateutil
11+
python-decorator
12+
python-docutils
13+
python-feedparser
14+
python-imaging
15+
python-jinja2
16+
python-ldap
17+
python-lxml
18+
python-mako
19+
python-mock
20+
python-openid
21+
python-passlib
22+
python-psutil
23+
python-psycopg2
24+
python-reportlab
25+
python-requests
26+
python-simplejson
27+
python-unittest2
28+
python-vobject
29+
python-werkzeug
30+
python-yaml
31+
pytz
32+
33+
# -------------------------------------------------------------------
34+
# RedHat 7 notes
35+
# -------------------------------------------------------------------
36+
# Most of the Odoo dependencies are available on the EPEL repository.
37+
# yum install epel-release

0 commit comments

Comments
 (0)