From cf74d072c7b6dae3a2de272820b645062529b1a6 Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Sat, 23 May 2020 13:26:27 +0900 Subject: [PATCH] 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 --- global-requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index f9a5b1c4b9..79beec93a4 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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