Remove git from build dependencies
Git is actually a dependency for ansible, and we've stopped managing them in our roles. This should be done in the bootstrap phase of using the role. Change-Id: I1b9ab9a1a17e052ab3bd36a68d6f26e46ee86b38 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
af78311a05
commit
fd4d4b1f0e
@ -25,8 +25,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
---
|
||||
__virtualenv_build_depends:
|
||||
- git
|
||||
__virtualenv_build_depends: []
|
||||
|
||||
__virtualenv_package_name:
|
||||
- python3-virtualenv
|
||||
|
@ -12,8 +12,7 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
---
|
||||
__virtualenv_build_depends:
|
||||
- git
|
||||
__virtualenv_build_depends: []
|
||||
|
||||
__virtualenv_package_name:
|
||||
- python3-virtualenv
|
||||
|
Loading…
Reference in New Issue
Block a user