From 4ff2f3431ca300c3279394f5a5ac3a9f5af9bfa3 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 23 Jan 2026 00:45:52 +0900 Subject: [PATCH] Remove note about old pip's behavior Recent versions of pip no longer requires that the requirements are listed in specific orders and can resolve dependencies automatically. Change-Id: I99fb61a51582733ef3a5f453b1cc0f3d4fa2ffd1 Signed-off-by: Takashi Kajinami --- requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 85eb167..95d1af2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,6 @@ # date but we do not test them so no guarantee of having them all correct. If # you find any incorrect lower bounds, let us know or propose a fix. -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - pbr>=5.8.0 # Apache-2.0 oslo.config>=8.6.0 # Apache-2.0 oslo.i18n>=5.1.0 # Apache-2.0