From 0be7451ddb82e31d5dd140756b185d1f3d85d4c7 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 13 Feb 2019 20:59:30 -0800 Subject: docs: use python3 for make docs. Change-Id: If62b5ef563523b400fb5160d0343210407905094 Signed-off-by: Paul Vinciguerra --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 49e464fcfc5..4810a5e0bbe 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ else RPM_DEPENDS += yum-utils RPM_DEPENDS += openssl-devel RPM_DEPENDS += python-devel python34-ply + RPM_DEPENDS += python34-devel python34-pip RPM_DEPENDS += python-virtualenv RPM_DEPENDS += devtoolset-7 RPM_DEPENDS += cmake3 -- cgit 1.2.3-korg