Skip to content

Commit

Permalink
Ignore distutils packages, as PyYAML is needed for the tool itself (#915
Browse files Browse the repository at this point in the history
)
  • Loading branch information
srogatch authored Feb 21, 2022
1 parent 42e06f9 commit 4274af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fi
# Use the requirements tool to install apt packages with: apt-get satisfy --allow-downgrades --yes --quiet
"$REPO_ROOT"/scripts/requirements install --arg=--allow-downgrades --arg=--yes --arg=--quiet --label apt --label apt/dev --packaging-system "apt$PKG_SYS_SUFFIX"
# Use the requirements tool to install pip packages with: python3 -m pip --upgrade
run_as_original_user "$REPO_ROOT"/scripts/requirements install --label pip --label pip/dev --packaging-system "pip$PKG_SYS_SUFFIX"
run_as_original_user "$REPO_ROOT"/scripts/requirements install --label pip --label pip/dev --arg=--ignore-installed --packaging-system "pip$PKG_SYS_SUFFIX"

# Toolchain variants
if [[ -n "${SETUP_TOOLCHAIN_VARIANTS}" ]]; then
Expand Down

0 comments on commit 4274af0

Please sign in to comment.