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:
Paul Belanger 2018-12-10 13:28:56 -05:00
parent af78311a05
commit fd4d4b1f0e
2 changed files with 2 additions and 4 deletions

View File

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

View File

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