From aa558cc368bb9e34d62c4d6c736d0aca9ea874a8 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 22 Jun 2023 11:04:36 +0200 Subject: [PATCH] Pin version of setuptools We used to pin version of setuptools in global-requirements-pins until it got defined in upper-constraints. Since setuptools no longer kept in u-c since Zed, it makes sense to return pinning back. On top of that a major setuptools version was released recently with breaking changes, that affect gnocchi at least [1] [1] https://github.com/gnocchixyz/gnocchi/issues/1304 Change-Id: I5932e8b66bb4674fb1b39442fea467c075b30989 --- global-requirement-pins.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/global-requirement-pins.txt b/global-requirement-pins.txt index 206f5d875a..594e2dbedf 100644 --- a/global-requirement-pins.txt +++ b/global-requirement-pins.txt @@ -8,4 +8,5 @@ pip==22.3.1 wheel==0.38.4 +setuptools==67.8.0 uWSGI==2.0.21