Skip to content

Commit

Permalink
Install wheel before installing faucet (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag6 authored Dec 21, 2021
1 parent 4ee4173 commit 4a94ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/bin/install_faucet
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dir=$(dirname "$0")
${APK} install git ${BUILDDEPS}
"${dir}/retry_cmd" "${PIP3} pip"
"${dir}/retry_cmd" "${PIP3} setuptools"
"${dir}/retry_cmd" "${PIP3} wheel"
"${dir}/retry_cmd" "${PIP3} -r ${FROOT}/requirements.txt"
${PIP3} ${FROOT}

Expand Down

0 comments on commit 4a94ad4

Please sign in to comment.