X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;ds=sidebyside;f=setup.cfg;h=f60117ccdbbb9e548f41d3df555ceef71995316b;hb=b21b32ed2e624896173b6bda9d1f686a57ce58e0;hp=483eb2f22e1908488b5cf8a2be27cf790354de6c;hpb=b645050f01fdc537b696c1f02a4632444c187924;p=odoo%2Fodoo.git diff --git a/setup.cfg b/setup.cfg index 483eb2f..f60117cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,20 +1,37 @@ -[general] - -[sdist] -formats=gztar - -[bdist] -formats=rpm - [bdist_rpm] -# release must exactly match 'release' as set in bin/release.py -release=6.0.0-rc1 - -requires=python >= 2.5 -#build-requires=python-devel >= 2.3 +install-script = setup/redhat/install.sh +post-install = setup/redhat/postinstall.sh -#doc_files = doc/* +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 -# Need to overwrite the install-part of the RPM to patch -# the filenames of the man pages. -install_script=rpminstall_sh.txt +# ------------------------------------------------------------------- +# RedHat 7 notes +# ------------------------------------------------------------------- +# Most of the Odoo dependencies are available on the EPEL repository. +# yum install epel-release \ No newline at end of file