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:
parent
c7d1da40ca
commit
05d0984398
@ -1,6 +1,7 @@
|
|||||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||||
|
|
||||||
|
git
|
||||||
libffi-devel [platform:rpm]
|
libffi-devel [platform:rpm]
|
||||||
libffi-dev [platform:dpkg]
|
libffi-dev [platform:dpkg]
|
||||||
libssl-dev [platform:dpkg]
|
libssl-dev [platform:dpkg]
|
||||||
|
@ -13,6 +13,5 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
__shade_build_depends:
|
__shade_build_depends:
|
||||||
- git
|
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- python-dev
|
- python-dev
|
||||||
|
@ -13,6 +13,5 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
__shade_build_depends:
|
__shade_build_depends:
|
||||||
- git
|
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- python-devel
|
- python-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user