Skip to content

Commit b06b7e8

Browse files
eharneysdodsley
authored andcommitted
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 <eharney@redhat.com> (cherry picked from commit cee90b0)
1 parent e83f4cb commit b06b7e8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ oslo.upgradecheck>=1.1.1 # Apache-2.0
2828
oslo.utils>=6.0.0 # Apache-2.0
2929
oslo.versionedobjects>=2.4.0 # Apache-2.0
3030
osprofiler>=3.4.0 # Apache-2.0
31-
packaging>=20.4
31+
packaging>=20.9 # Apache-2.0
3232
paramiko>=2.7.2 # LGPLv2.1+
3333
Paste>=3.4.3 # MIT
3434
PasteDeploy>=2.1.0 # MIT
@@ -60,4 +60,3 @@ boto3>=1.18.49 # Apache-2.0
6060
distro>=1.8.0 # Apache-2.0
6161
tzdata>=2022.4 # MIT
6262
cachetools>=4.2.1 # MIT
63-
packaging>=20.9 # Apache-2.0

0 commit comments

Comments
 (0)