requirements: mark functools32 as Python 2 only
Change-Id: I1dd994cbc031e92b416a853521965ae379845b4c
This commit is contained in:
parent
326f466feb
commit
a5d062881d
@ -21,5 +21,5 @@ tabulate>=0.7.3
|
|||||||
fluent-logger>=0.5.2
|
fluent-logger>=0.5.2
|
||||||
|
|
||||||
# Workaround for pip install failed on RHEL/CentOS
|
# Workaround for pip install failed on RHEL/CentOS
|
||||||
functools32>=3.2.3
|
functools32>=3.2.3;python_version<'3'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user