summaryrefslogtreecommitdiffstats
path: root/packer/provision
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2017-03-11 22:28:29 +0100
committerOle Troan <ot@cisco.com>2017-03-11 22:29:15 +0100
commit15ea765338fc53b7702211d5c0aab3c931ea6cb9 (patch)
tree6ee551c5ea9714126330d074c48be64d3b6ace36 /packer/provision
parent1baeb286e3519a06fb2c826f177e3a8fcd424ba7 (diff)
Python: Add support for RPM Python macros.
Change-Id: I3c43199a081bee515b7103a1f2a5db3b84e2500c Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'packer/provision')
-rw-r--r--packer/provision/basebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh
index ff751f3d..e28ea0f8 100644
--- a/packer/provision/basebuild.sh
+++ b/packer/provision/basebuild.sh
@@ -17,7 +17,7 @@ rh_systems() {
###REMOVED mysql-devel
echo "---> Installing RH Python dependencies $(date +'%Y%m%dT%H%M%S')"
RH_PYTHON_PKGS="python-devel python-virtualenv python-setuptools \
- python-pip kernel-devel"
+ python-pip kernel-devel epel-rpm-macros"
yum install -y ${RH_PYTHON_PKGS}
# RH Install Documentation packages