Move ansible dependencies into bindep.txt

We dont' want our roles managing ansible dependencies, that will be up
to the user.

Change-Id: I86de314b85c881b3abb7001bd34be8187ad7eddd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-12-27 11:56:25 -05:00
parent c7d1da40ca
commit 05d0984398
3 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
git
libffi-devel [platform:rpm]
libffi-dev [platform:dpkg]
libssl-dev [platform:dpkg]

View File

@ -13,6 +13,5 @@
# under the License.
---
__shade_build_depends:
- git
- libssl-dev
- python-dev

View File

@ -13,6 +13,5 @@
# under the License.
---
__shade_build_depends:
- git
- openssl-devel
- python-devel