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>
This commit is contained in:
Thiago da Silva 2017-02-27 20:24:33 -05:00
parent 1f36b5dd16
commit 4f89861bca
1 changed files with 1 additions and 1 deletions

View File

@ -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]