xbps-src: drop git requirement

All the code should try chroot-git then git. The 2 instances of git
usage do it, the only code left is in common/travis.
This commit is contained in:
maxice8 2019-03-06 23:11:21 -03:00 committed by Michael Aldridge
parent 923411d01b
commit 548c3dab25
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ readonly REQHOST_UTILS_BOOTSTRAP="make gawk bash bison sed gcc g++ msgfmt makein
# Required utilities in host system for chroot ops.
readonly REQHOST_UTILS="xbps-install xbps-query xbps-rindex xbps-uhelper \
xbps-reconfigure xbps-remove xbps-create xbps-uchroot xbps-uunshare git"
xbps-reconfigure xbps-remove xbps-create xbps-uchroot xbps-uunshare"
check_reqhost_utils