Skip to content

Commit

Permalink
[FIX] package: last fedora epel repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sle-odoo committed Sep 29, 2014
1 parent dce983d commit c41c5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ requires =
#
# 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/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
# 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:
Expand Down
2 changes: 1 addition & 1 deletion setup/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_deb(o):
def test_rpm(o):
with docker('centos:centos7', o.build_dir, o.pub) as centos7:
centos7.release = 'odoo.noarch.rpm'
centos7.system('rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-1.noarch.rpm')
centos7.system('rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm')
centos7.system('yum update -y && yum upgrade -y')
centos7.system('yum install python-pip gcc python-devel -y')
centos7.system('pip install pydot pyPdf vatnumber xlwt http://download.gna.org/pychart/PyChart-1.39.tar.gz')
Expand Down

0 comments on commit c41c5e1

Please sign in to comment.