From 4a3cdd8694169fca4a5575d29c192a978c56516a Mon Sep 17 00:00:00 2001 From: Don Penney Date: Sun, 16 Sep 2018 20:28:25 -0500 Subject: [PATCH] Add rpms to support building python wheels This update adds the following RPMs to rpms_3rdparties.lst: python2-pip python2-wheel python3-pip python3-wheel These packages are required to allow building wheels for python modules from the RPM spec file. While an older python2-pip RPM is currently available from the configured Starlingx-epel-7 repo, the other 3 are not, so all 4 are being explicitly downloaded from Koji to have consistent versions. Change-Id: I987666acbb4594facfa38bd9e8ea978d8ec0a329 Story: 2002876 Task: 26482 Signed-off-by: Don Penney --- centos-mirror-tools/rpms_3rdparties.lst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/centos-mirror-tools/rpms_3rdparties.lst b/centos-mirror-tools/rpms_3rdparties.lst index eaeec2ca..e73f5973 100644 --- a/centos-mirror-tools/rpms_3rdparties.lst +++ b/centos-mirror-tools/rpms_3rdparties.lst @@ -6,3 +6,7 @@ python2-pytest-mock-1.6.0-2.el7.noarch.rpm#http://cbs.centos.org/kojifiles/packa python2-storops-0.4.7-2.el7.noarch.rpm#http://cbs.centos.org/kojifiles/packages/python-storops/0.4.7/2.el7/noarch/python2-storops-0.4.7-2.el7.noarch.rpm python-gunicorn-19.7.1-1.fc27.src.rpm#https://kojipkgs.fedoraproject.org/packages/python-gunicorn/19.7.1/1.fc27/src/python-gunicorn-19.7.1-1.fc27.src.rpm influxdb-0.9.5.1-1.x86_64.rpm#https://s3.amazonaws.com/influxdb/influxdb-0.9.5.1-1.x86_64.rpm +python2-wheel-0.31.1-3.fc30.noarch.rpm#https://kojipkgs.fedoraproject.org/packages/python-wheel/0.31.1/3.fc30/noarch/python2-wheel-0.31.1-3.fc30.noarch.rpm +python3-wheel-0.31.1-3.fc30.noarch.rpm#https://kojipkgs.fedoraproject.org/packages/python-wheel/0.31.1/3.fc30/noarch/python3-wheel-0.31.1-3.fc30.noarch.rpm +python2-pip-9.0.3-6.fc29.noarch.rpm#https://kojipkgs.fedoraproject.org/packages/python-pip/9.0.3/6.fc29/noarch/python2-pip-9.0.3-6.fc29.noarch.rpm +python3-pip-9.0.3-6.fc29.noarch.rpm#https://kojipkgs.fedoraproject.org/packages/python-pip/9.0.3/6.fc29/noarch/python3-pip-9.0.3-6.fc29.noarch.rpm