aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2019-09-17 13:19:42 -0600
committerEd Kern <ejk@cisco.com>2019-09-17 13:27:17 -0600
commitc63c0166ee5a4e23cb286a97ae4f196f2020e3fa (patch)
treeedd862c7b726e0940d6521121a6dcdd030ea37b6 /Makefile
parent7c8f828ba353472e27369a77574bca532147e458 (diff)
build: fix rpm python 3 depends
Type: fix Change-Id: Ie6eaccb27779bb14c0a23764a16cd22f0a72e379 Signed-off-by: Ed Kern <ejk@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16243bc5085..adb03342663 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ else
RPM_DEPENDS += yum-utils
RPM_DEPENDS += openssl-devel
RPM_DEPENDS += python-devel python36-ply
- RPM_DEPENDS += python36-devel python36-pip
+ RPM_DEPENDS += python3-devel python3-pip
RPM_DEPENDS += python-virtualenv python36-jsonschema
RPM_DEPENDS += devtoolset-7
RPM_DEPENDS += cmake3