Requirements: Fix packaging version to 21.3

Later version dropped support for LegacyVersion field, which is used by
Registry class.

Change-Id: I666e6cc7ff32c62a6cc447627966aff069729946
This commit is contained in:
Vsevolod Fedorov 2023-02-08 11:28:11 +03:00
parent 495d516c5c
commit e63d95e324
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
six>=1.9.0 # MIT
packaging==21.3
PyYAML>=3.10.0 # MIT
pbr>=1.8 # Apache-2.0
stevedore>=1.17.1,<2; python_version < '3.0' # Apache-2.0