Adding to install_gentoo_git_deps to update setuptools to fix bootstrap install with git master.

This commit is contained in:
Gareth J. Greenaway 2023-02-03 18:27:12 -08:00
parent 1fc0b89e3e
commit e301b91ad4
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -8036,6 +8036,8 @@ install_gentoo_git_deps() {
__emerge ${GENTOO_GIT_PACKAGES} || return 1
fi
__emerge -v1 setuptools || return 1
__git_clone_and_checkout || return 1
__gentoo_post_dep || return 1
}