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-07 17:26:45 -08:00
committed by Michael Aldridge
parent 923411d01b
commit 548c3dab25
+1 -1
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