Merge pull request #560 from weitzj/bugfix/dockerpy-versioncheck
Fixes version check for docker-py
This commit is contained in:
commit
55b92a46db
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ def get_docker_py_versioninfo():
|
||||||
# than 0.3.0 so it's okay to lie here.
|
# than 0.3.0 so it's okay to lie here.
|
||||||
version = (0,)
|
version = (0,)
|
||||||
|
|
||||||
return version
|
return tuple(version)
|
||||||
|
|
||||||
def check_dependencies(module):
|
def check_dependencies(module):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue