Skip to content

Commit

Permalink
Merge pull request #2620 from ROCm/develop-upstream-fixub24
Browse files Browse the repository at this point in the history
fix python build script
  • Loading branch information
jayfurmanek authored Aug 9, 2024
2 parents d8198de + d860dae commit c0b36cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ else
# See: https://github.com/pyenv/pyenv/wiki#suggested-build-environment
DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated update
DEBIAN_FRONTEND=noninteractive apt install -y wget software-properties-common
DEBIAN_FRONTEND=noninteractive apt-get install build-essential libssl-dev zlib1g-dev \
DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev curl git \
libncursesw5-dev xz-utils tk-dev libxml2-dev \
libxmlsec1-dev libffi-dev liblzma-dev
Expand Down

0 comments on commit c0b36cc

Please sign in to comment.