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
This commit is contained in:
Takashi Kajinami
2024-10-31 10:55:04 +09:00
parent a7bd091fd0
commit 7c2740edd8
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

@@ -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(