summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2019-09-17 13:19:42 -0600
committerDave Wallace <dwallacelf@gmail.com>2019-09-18 13:30:36 +0000
commit50f8831068c838735cf4a007d36864a745e73773 (patch)
tree87548461d35a06729c59a52aaa9398be6dce7e20 /Makefile
parente6a5712624186d4162cbba8e49ff15362aeda17d (diff)
build: fix rpm python 3 depends
Type: fix Change-Id: Ie6eaccb27779bb14c0a23764a16cd22f0a72e379 Signed-off-by: Ed Kern <ejk@cisco.com> (cherry picked from commit c63c0166ee5a4e23cb286a97ae4f196f2020e3fa)
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