requirements: mark functools32 as Python 2 only

Change-Id: I1dd994cbc031e92b416a853521965ae379845b4c
This commit is contained in:
Marcin Juszkiewicz 2019-03-08 10:47:55 +01:00
parent 326f466feb
commit a5d062881d
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ tabulate>=0.7.3
fluent-logger>=0.5.2
# Workaround for pip install failed on RHEL/CentOS
functools32>=3.2.3
functools32>=3.2.3;python_version<'3'