summaryrefslogtreecommitdiffstats
path: root/hammer.py
diff options
context:
space:
mode:
Diffstat (limited to 'hammer.py')
-rwxr-xr-xhammer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/hammer.py b/hammer.py
index e08b08e0a7..036c941efd 100755
--- a/hammer.py
+++ b/hammer.py
@@ -1763,6 +1763,8 @@ def install_packages_local(system, revision, features, check_times, ignore_error
# kea-packaging points Kea to the venv using --with-sphinx.
execute('python3 -m venv ~/venv',
env=env, timeout=60, check_times=check_times)
+ execute('~/venv/bin/pip install --upgrade pip',
+ env=env, timeout=120, check_times=check_times)
execute('~/venv/bin/pip install sphinx sphinx-rtd-theme',
env=env, timeout=120, check_times=check_times)