diff options
author | Ed Kern <ejk@cisco.com> | 2019-09-17 13:19:42 -0600 |
---|---|---|
committer | Ed Kern <ejk@cisco.com> | 2019-09-17 13:27:17 -0600 |
commit | c63c0166ee5a4e23cb286a97ae4f196f2020e3fa (patch) | |
tree | edd862c7b726e0940d6521121a6dcdd030ea37b6 | |
parent | 7c8f828ba353472e27369a77574bca532147e458 (diff) |
build: fix rpm python 3 depends
Type: fix
Change-Id: Ie6eaccb27779bb14c0a23764a16cd22f0a72e379
Signed-off-by: Ed Kern <ejk@cisco.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |