From 8e5b3249067c14481bf5de7a60ad4b58effe1fff Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Tue, 25 Apr 2017 18:03:11 +0900 Subject: [PATCH] Add python3-dev(el) to bindep.txt This commit adds python3-dev and python3-devel to bindep.txt. This is necessary for python3 environment. Change-Id: I843984b6e26aa3eb9926fd7f72ad8d246ffd96a8 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index 6a2834803b..8914adecff 100644 --- a/bindep.txt +++ b/bindep.txt @@ -7,5 +7,7 @@ gcc [platform:rpm] gcc [platform:dpkg] python-dev [platform:dpkg] python-devel [platform:rpm] +python3-dev [platform:dpkg] +python3-devel [platform:rpm] openssl-devel [platform:rpm] libssl-dev [platform:dpkg]