pin pyparsing to fix CI dependencies

Change-Id: I231c18fda9703945538b779eed1128b5f5aa8b2c
This commit is contained in:
Rodrigo Barbieri 2021-11-16 14:29:23 -03:00
parent e4af560e1c
commit 02e19907b7
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
# requirements. They are intertwined. Also, Zaza itself should specify
# all of its own requirements and if it doesn't, fix it there.
#
pyparsing<3.0.0 # aodhclient is pinned in zaza and needs pyparsing < 3.0.0, but cffi also needs it, so pin here.
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85