Loose lower bound of packaging library version

The current implementation does not strictly require 23.0.0 and can
work with older versions. Lower down the version to 20.4, which is
the minimum version required by oslo.utils 4.7.0 .

Change-Id: I0fddcea1c65184340244da63d1353eeea39e3370
This commit is contained in:
Takashi Kajinami 2024-05-09 11:50:41 +09:00
parent c38b9440e6
commit 1a6af8b93c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ zake =
zake>=0.1.6 # Apache-2.0
redis =
redis>=4.0.0 # MIT
packaging>=23.0.0 # Apache-2.0
packaging>=20.4.0 # Apache-2.0
postgresql =
psycopg2>=2.5 # LGPL/ZPL
mysql =