Add old python packaging pin

The packaging package doesn't support python3.5 or older anymore. Bindep
is still occasionally used on systems without newer python. Add an
environment marker to our requirements to install older packaging on
those systems.

Change-Id: I28949b0bb7d4978fc7f71109d0c65b9b76d6563f
This commit is contained in:
Clark Boylan 2021-10-19 13:32:00 -07:00
parent 36e28c76fa
commit 0bd79b1d5d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
distro
pbr>=2.0.0 # Apache-2.0
Parsley
packaging
packaging ; python_version >= '3.6'
packaging<21.0 ; python_version < '3.6'