Use pyparsing===2.4.7

This is the last version that works with python 2.7

Closes-Bug: 1948697
Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: Ib9660c1d43f261c091ae1cbf2ccf66f2c7073ce8
This commit is contained in:
Davlet Panech 2021-10-25 11:32:15 -04:00
parent caf686d9e2
commit 4b13662f54
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
more-itertools===5.0.0;python_version=='2.7' # Last version with official 2.7 support
pyparsing===2.4.7;python_version=='2.7'