From a21304d48ae8437a6078454d266ace71b14fa34f Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 31 Oct 2024 10:39:00 +0900 Subject: [PATCH] Remove explicit pbr dependency pbr is not use at runtime but is used during installation. It should be pulled by setuptools automatically. Change-Id: I44ac18793d840a90cdeee5c6fe3f4c23ad96240e --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76ab950..a7c0294 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,6 @@ # adding a new feature to oslo.serialization means adding a new dependency, # that is a likely indicator that the feature belongs somewhere else. -pbr>=2.0.0 # Apache-2.0 msgpack>=0.5.2 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 tzdata>=2022.4 # MIT