aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2020-02-05 08:30:00 -0700
committerPaul Vinciguerra <pvinci@vinciconsulting.com>2020-02-05 18:11:32 +0000
commit86e8bce44f43c1f3c50a3397f9ab850f484f4cad (patch)
tree7f5de7b611d0d31815b74ddda3e2cba811784ae4 /Makefile
parent2c6639c695aebf0cd5ac74ad31fd331547fa0126 (diff)
build: Makefile dep change
Alter dep name and location for centos-8 package naming Change-Id: I50eb702d0541b658ea98fd3f190ba0de60c3fc49 Type: make Signed-off-by: Ed Kern <ejk@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 33e4109ade8..1a9ff86e0b0 100644
--- a/Makefile
+++ b/Makefile
@@ -93,20 +93,20 @@ RPM_DEPENDS += selinux-policy selinux-policy-devel
RPM_DEPENDS += ninja-build
RPM_DEPENDS += libuuid-devel
RPM_DEPENDS += mbedtls-devel
-RPM_DEPENDS += python3-devel # needed for python3 -m pip install psutil
ifeq ($(OS_ID),fedora)
RPM_DEPENDS += dnf-utils
RPM_DEPENDS += subunit subunit-devel
RPM_DEPENDS += compat-openssl10-devel
+ RPM_DEPENDS += python3-devel # needed for python3 -m pip install psutil
RPM_DEPENDS += python3-ply # for vppapigen
RPM_DEPENDS += python3-virtualenv python3-jsonschema
RPM_DEPENDS += cmake
RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries'
else ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-8)
- RPM_DEPENDS += dnf-utils
+ RPM_DEPENDS += yum-utils
RPM_DEPENDS += compat-openssl10
- RPM_DEPENDS += python3-devel python3-ply
+ RPM_DEPENDS += python36-devel python3-ply
RPM_DEPENDS += python3-virtualenv python3-jsonschema
RPM_DEPENDS += cmake
RPM_DEPENDS_GROUPS = 'Development Tools'