aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-12-13 09:05:23 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2016-12-13 09:05:23 +0200
commitf400822400b0814d88fd3446b5cd0886e22ab098 (patch)
tree6ea8285770e770ae9b43e4d82ebd9024adea82a1
parent578dc086554306fca0043e8788579a4cd333707b (diff)
rpb-centos-installer: fix publishing
linaro-cp depends on python-requests. Change-Id: I39c08d4101a16cb88a9516e277f8e455e0688c21 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--rpb-centos-installer-staging.yaml2
-rw-r--r--rpb-centos-installer.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/rpb-centos-installer-staging.yaml b/rpb-centos-installer-staging.yaml
index 7c693ec780..2b84eecfad 100644
--- a/rpb-centos-installer-staging.yaml
+++ b/rpb-centos-installer-staging.yaml
@@ -35,7 +35,7 @@
sudo sed -i 's/\$releasever/7.2.1603/g' /etc/yum.repos.d/CentOS-Base.repo
sudo yum update -y
- sudo yum install -y wget lorax cpio xz
+ sudo yum install -y cpio lorax python-requests wget xz
# Call lorax to create the netinstall image
sudo rm -rf netinstall
diff --git a/rpb-centos-installer.yaml b/rpb-centos-installer.yaml
index d15787a47e..bf1a05ca6e 100644
--- a/rpb-centos-installer.yaml
+++ b/rpb-centos-installer.yaml
@@ -35,7 +35,7 @@
sudo sed -i 's/\$releasever/7.2.1603/g' /etc/yum.repos.d/CentOS-Base.repo
sudo yum update -y
- sudo yum install -y wget lorax cpio xz
+ sudo yum install -y cpio lorax python-requests wget xz
# Call lorax to create the netinstall image
sudo rm -rf netinstall