From 7c2740edd895d98a98daafb8ec770b099746500b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 31 Oct 2024 10:55:04 +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: I0bf3355c75f7da49050756fac65364d65fc81c91 --- requirements.txt | 2 -- setup.py | 1 - 2 files changed, 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index d988712..bbdc307 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ # Requirements lower bounds listed here are our best effort to keep them up to # 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 diff --git a/setup.py b/setup.py index f63cc23..cd35c3c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools setuptools.setup(