mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add minimum version requirement for six
Salt uses the function add_metaclass function which had a different name prior to six version 1.4.0. Signed-off-by: Skyler Berg <skyler.berg@huawei.com>
This commit is contained in:
parent
75dc997ced
commit
aaf83b2c98
@ -3,4 +3,4 @@ msgpack-python > 0.3
|
||||
PyYAML
|
||||
MarkupSafe
|
||||
requests >= 1.0.0
|
||||
six
|
||||
six >= 1.4.0
|
||||
|
Loading…
Reference in New Issue
Block a user