X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.cfg;h=7d0e931e6cd9deed3512669cd1cf1311cce6d5f0;hb=aa9914568b8b8dcece03f64a1ba4d072d8bc2b4d;hp=5e450dd3390eec47a1517194bdcd728b12a2df41;hpb=21e60158236f29de69309c8a8d6a2f25e7b1d93b;p=odoo%2Fodoo.git diff --git a/setup.cfg b/setup.cfg index 5e450dd..7d0e931 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,18 +1,42 @@ -[sdist] -formats=gztar - -[bdist] -formats=rpm - [bdist_rpm] -# release must exactly match 'release' as set in bin/release.py -release=1 - -requires=python >= 2.4 -#build-requires=python-devel >= 2.3 +post-install = setup/redhat/postinstall.sh -#doc_files = doc/* +requires = + babel + libxslt-python + 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 -# Need to overwrite the install-part of the RPM to patch -# the filenames of the man pages. -install_script=rpminstall_sh.txt +# ------------------------------------------------------------------- +# CentOS 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