diff --git a/scripts/make-bundle b/scripts/make-bundle index f5a28b52bb7e..14bfedc57dcc 100755 --- a/scripts/make-bundle +++ b/scripts/make-bundle @@ -24,6 +24,7 @@ from contextlib import contextmanager EXTRA_RUNTIME_DEPS = [ # Use an up to date virtualenv/pip/setuptools on > 2.6. ('virtualenv', '16.7.8'), + ('jmespath', '0.10.0'), ] BUILDTIME_DEPS = [ ('setuptools-scm', '3.3.3'),