mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
fix: Install wheel during ansible setup
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
parent
81d5b218f0
commit
61567be3f6
@ -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')):
|
||||
|
Loading…
Reference in New Issue
Block a user