| 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] [blame] |
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/POL/Dockerfile b/docker/POL/Dockerfile index d87e845..f78283a 100644 --- a/docker/POL/Dockerfile +++ b/docker/POL/Dockerfile
@@ -30,7 +30,7 @@ python3-setuptools=45.2.* \ python3-dev=3.8.* \ mysql-client-core-8.0=8.0.* && \ - python3 -m easy_install pip==21.0.1 + python3 -m easy_install pip==21.0.1 setuptools==51.0.0 ARG PYTHON3_OSM_COMMON_URL ARG PYTHON3_OSM_POLICY_MODULE_URL