X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.cfg;h=f60117ccdbbb9e548f41d3df555ceef71995316b;hb=b21b32ed2e624896173b6bda9d1f686a57ce58e0;hp=7d0e931e6cd9deed3512669cd1cf1311cce6d5f0;hpb=c41c5e1b8911966d8125ad6731a40b504e30e3df;p=odoo%2Fodoo.git diff --git a/setup.cfg b/setup.cfg index 7d0e931..f60117cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,11 @@ [bdist_rpm] +install-script = setup/redhat/install.sh post-install = setup/redhat/postinstall.sh requires = babel libxslt-python + pychart pyparsing python-dateutil python-decorator @@ -29,14 +31,7 @@ requires = pytz # ------------------------------------------------------------------- -# CentOS 7 notes +# RedHat 7 notes # ------------------------------------------------------------------- -# -# These libraries can be installed as system packages thanks to the -# Fedora EPEL repo (https://fedoraproject.org/wiki/EPEL): -# rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm -# yum update -y && yum upgrade -y -# -# Unfortunately, all the needed packages are not yet ported to EPEL7. You can install them with pip: -# yum install python-pip gcc python-devel -y -# pip install pydot pyPdf vatnumber xlwt http://download.gna.org/pychart/PyChart-1.39.tar.gz +# Most of the Odoo dependencies are available on the EPEL repository. +# yum install epel-release \ No newline at end of file