Fix 'oslo.i18n' requirement error

This patch fixes the following error
in the requirements-check job in other projects.

  ERROR: Package 'oslo.i18n' requirement does not match
         number of lines (3) in openstack/requirements

Change-Id: I78bd611ce7a0c39a953882b36844cd23fb4a6478
Closes-Bug: #1880265
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
This commit is contained in:
Takashi Natsume 2020-05-23 13:26:27 +09:00
parent 6d2760f35d
commit cf74d072c7

View File

@ -143,7 +143,6 @@ oslo.config!=4.3.0,!=4.4.0;python_version>='3.6' # Apache-2.0
oslo.concurrency # Apache-2.0
oslo.context # Apache-2.0
oslo.db # Apache-2.0
oslo.i18n # Apache-2.0
oslo.i18n<4.0.0;python_version<'3.6' # Apache-2.0
oslo.i18n;python_version>='3.6' # Apache-2.0
oslo.limit # Apache-2.0