bindep/requirements.txt
Clark Boylan 0bd79b1d5d 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
2021-10-19 16:09:02 -07:00

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'