summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2017-02-27 20:24:33 -0500
committerThiago da Silva <thiago@redhat.com>2017-02-28 15:54:53 -0500
commit4f89861bca911d7e67d303978a479c260cc25a14 (patch)
tree6c5279ba3004648299ee4d5f5725e84ba26514ff /bindep.txt
parent1f36b5dd1617eb971327893635402529becd584d (diff)
downloadswift-4f89861bca911d7e67d303978a479c260cc25a14.tar.gz
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 <thiago@redhat.com>
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindep.txt b/bindep.txt
index 485ec8685..b2c61ebb6 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]