0bd79b1d5d
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
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
distro
|
|
pbr>=2.0.0 # Apache-2.0
|
|
Parsley
|
|
packaging ; python_version >= '3.6'
|
|
packaging<21.0 ; python_version < '3.6'
|