| commit | fae01a9caf3b3a4234e25ebc3f4f6182ac487adb | [log] [tgz] |
|---|---|---|
| author | sousaedu <eduardo.sousa@canonical.com> | Tue Aug 31 18:52:26 2021 +0100 |
| committer | sousaedu <eduardo.sousa@canonical.com> | Thu Sep 02 18:17:32 2021 +0200 |
| tree | 71eaa5597be09ecaa2b814bbde18eb48d6ef99fe | |
| parent | f0d3514a344579cb6c81ec557ac40197637c139c [diff] |
Upgrading setuptools to 51.0.0 Some newer packages, in requirements.txt, use the Metadata version format available in 51.0.0. Docs: https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html#metadata Change-Id: I2a7c22c2fa42e7111aed462b81f5be9040d0d7f9 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index 5ae1d3c..da51572 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile
@@ -30,7 +30,7 @@ jq=1.5* \ libcurl4-openssl-dev=7.58.* \ libssl-dev=1.1.* && \ - python3 -m easy_install pip==21.0.1 + python3 -m easy_install pip==21.0.1 setuptools==51.0.0 ARG OSM_TESTS_URL ARG PYTHON3_OSM_IM_URL