From 8d04fa328fe58afb0d43b0c5be8c0b4497fb3918 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 25 Nov 2024 15:04:32 +0000 Subject: [PATCH] Revert "Remove explicit pbr dependency" This reverts commit ff8b6d4c074c7afb6b8c2eceb007a6f63037c451. Reason for revert: pbr is actually imported by oslo_messaging.version . Change-Id: I7a56e967f43493e3da7f3010a44fed30fa01a264 --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index cc2a0785a..a4c93b5b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,8 @@ # 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. +pbr>=2.0.0 # Apache-2.0 + futurist>=1.2.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 oslo.context>=5.3.0 # Apache-2.0