From 81586711f5a3f4da147196e3d2cf068fe2d49d8d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 14 Jun 2023 04:09:06 +0900 Subject: [PATCH] Remove some notes no longer valid setup.py is no longer maintained by the global sync. Also the note in requirements.txt does not apply since pip 20.3. [1] https://lists.openstack.org/pipermail/openstack-discuss/2023-June/034073.html Change-Id: I8c9fef97e5e62d1024da9231e2cbb96b15edbf80 --- requirements.txt | 4 ---- setup.py | 1 - 2 files changed, 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index dddc4239e1..8c0300d6d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +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>=3.1.1 # Apache-2.0 alembic>=1.8.0 # MIT Babel!=2.4.0,>=2.3.4 # BSD diff --git a/setup.py b/setup.py index dd26ed49b7..31d6ada174 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(