Remove old excludes

These are detected as errors since the clean up was done[1] in
the requirements repository.

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Depends-on: https://review.opendev.org/c/openstack/requirements/+/917602
Change-Id: I1b5398653124f9b3757571676e940e879e470558
This commit is contained in:
Takashi Kajinami 2024-04-30 19:17:18 +09:00
parent 260fed1054
commit af03d87cda
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# 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.1.0,>=2.0.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
oslo.concurrency>=3.20.0 # Apache-2.0
oslo.config>=5.1.0 # Apache-2.0
oslo.log>=3.30.0 # Apache-2.0
oslo.i18n>=3.15.3 # Apache-2.0
oslo.privsep>=1.23.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.serialization>=2.18.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
oslo.versionedobjects>=1.28.0 # Apache-2.0
ovsdbapp>=0.12.1 # Apache-2.0

View File

@ -1,4 +1,4 @@
coverage!=4.4,>=4.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
ovs>=2.9.2
stestr>=3.1.0 # Apache-2.0