[IMP] Rounding of the UoM should have an unlimited precision
[odoo/odoo.git] / setup.cfg
index 40062a7..f60117c 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,37 @@
-[general]
-
-[sdist]
-formats=gztar
+[bdist_rpm]
+install-script = setup/redhat/install.sh
+post-install = setup/redhat/postinstall.sh
 
-[bdist]
-formats=rpm
+requires =
+  babel
+  libxslt-python
+  pychart
+  pyparsing
+  python-dateutil
+  python-decorator
+  python-docutils
+  python-feedparser
+  python-imaging
+  python-jinja2
+  python-ldap
+  python-lxml
+  python-mako
+  python-mock
+  python-openid
+  python-passlib
+  python-psutil
+  python-psycopg2
+  python-reportlab
+  python-requests
+  python-simplejson
+  python-unittest2
+  python-vobject
+  python-werkzeug
+  python-yaml
+  pytz
 
-[bdist_rpm]
-install_script=setup/setup_rpm.sh
+# -------------------------------------------------------------------
+# RedHat 7 notes
+# -------------------------------------------------------------------
+# Most of the Odoo dependencies are available on the EPEL repository.
+# yum install epel-release
\ No newline at end of file