From 4f89861bca911d7e67d303978a479c260cc25a14 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Mon, 27 Feb 2017 20:24:33 -0500 Subject: [PATCH] fix bindep file to enable func test in centos There's no python3-devel rpm package, so jobs fails when trying to install packages in bindep.txt. Updated with the correct name: python34-devel Change-Id: I14f07f92d2a622f89062fc09969ca7087920b6cc Signed-off-by: Thiago da Silva --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 485ec86850..b2c61ebb62 100644 --- a/bindep.txt +++ b/bindep.txt @@ -12,7 +12,7 @@ memcached python-dev [platform:dpkg] python-devel [platform:rpm] python3-dev [platform:dpkg] -python3-devel [platform:rpm] +python34-devel [platform:rpm] rsync xfsprogs libssl-dev [platform:dpkg]