From b06b7e8d84cd680da53ee95fc34c2b7f1518dfdd Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Fri, 12 Jun 2026 15:58:36 -0400 Subject: [PATCH] requirements: Fix duplicate "packaging" entry We merged a second entry for "packaging" to requirements.txt, now the requirements-check gate job is failing with: ERROR: Package 'packaging' requirement does not match number of lines (1) in openstack/requirements Change-Id: I3b5c62aa356f6bcffe2d927c18c3b8c24c68ad54 Signed-off-by: Eric Harney (cherry picked from commit cee90b0e496110c48166e0056a908dbb5356ab10) --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7fae990da4b..7f9d5bdf3f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ oslo.upgradecheck>=1.1.1 # Apache-2.0 oslo.utils>=6.0.0 # Apache-2.0 oslo.versionedobjects>=2.4.0 # Apache-2.0 osprofiler>=3.4.0 # Apache-2.0 -packaging>=20.4 +packaging>=20.9 # Apache-2.0 paramiko>=2.7.2 # LGPLv2.1+ Paste>=3.4.3 # MIT PasteDeploy>=2.1.0 # MIT @@ -60,4 +60,3 @@ boto3>=1.18.49 # Apache-2.0 distro>=1.8.0 # Apache-2.0 tzdata>=2022.4 # MIT cachetools>=4.2.1 # MIT -packaging>=20.9 # Apache-2.0