Move ansible dependency to bindep.txt
Our role shouldn't add the required dependencies for ansible, this should be done before even running of the role. Change-Id: Ic0bed3f0f73b370eaa0731e34505c19f3a862346 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
b7e1843d5f
commit
190d2a7ebc
@ -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-dev [platform:dpkg]
|
libffi-dev [platform:dpkg]
|
||||||
libffi-devel [platform:rpm]
|
libffi-devel [platform:rpm]
|
||||||
libselinux-python [platform:rpm]
|
libselinux-python [platform:rpm]
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
__zuul_build_depends:
|
__zuul_build_depends:
|
||||||
- gcc
|
- gcc
|
||||||
- gcc-c++
|
- gcc-c++
|
||||||
- git
|
|
||||||
- libffi-devel
|
- libffi-devel
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- python3-devel
|
- python3-devel
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
---
|
---
|
||||||
__zuul_build_depends:
|
__zuul_build_depends:
|
||||||
- build-essential
|
- build-essential
|
||||||
- git
|
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- python3-dev
|
- python3-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user