From 9e6c53bbd685f9fefa295d12dfe6bc55b5e5d3ea Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Fri, 5 Apr 2019 19:04:22 +0200 Subject: build: fix fedora dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update various python dependencies package names. Change-Id: I0f64f988f361adf4705fceaf4f2c147138024b1e Signed-off-by: Benoît Ganne --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c7f3523f77..d8b347ce659 100644 --- a/Makefile +++ b/Makefile @@ -93,8 +93,8 @@ ifeq ($(OS_ID),fedora) RPM_DEPENDS += dnf-utils RPM_DEPENDS += subunit subunit-devel RPM_DEPENDS += compat-openssl10-devel - RPM_DEPENDS += python2-devel python34-ply - RPM_DEPENDS += python2-virtualenv + RPM_DEPENDS += python3-devel python3-ply + RPM_DEPENDS += python3-virtualenv RPM_DEPENDS += cmake RPM_DEPENDS_GROUPS = 'C Development Tools and Libraries' else -- cgit 1.2.3-korg