Skip to content

Commit

Permalink
Merge pull request frappe#1065 from gavindsouza/install-wheel-and-set…
Browse files Browse the repository at this point in the history
…uptools

fix: Install wheel during ansible setup
  • Loading branch information
gavindsouza authored Sep 4, 2020
2 parents 03576d1 + 116d4e6 commit 0463e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def install_prerequisites():
install_package('pip3', 'python3-pip')

success = run_os_command({
'python3': "sudo -H python3 -m pip install --upgrade setuptools cryptography ansible==2.8.5 pip"
'python3': "sudo -H python3 -m pip install --upgrade setuptools wheel cryptography ansible==2.8.5 pip"
})

if not (success or shutil.which('ansible')):
Expand Down

0 comments on commit 0463e61

Please sign in to comment.