diff --git a/lang/python/python-docker/Makefile b/lang/python/python-docker/Makefile index 281073a06..6ffc9a4bf 100644 --- a/lang/python/python-docker/Makefile +++ b/lang/python/python-docker/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-docker -PKG_VERSION:=5.0.3 +PKG_VERSION:=6.0.0 PKG_RELEASE:=1 PYPI_NAME:=docker -PKG_HASH:=d916a26b62970e7c2f554110ed6af04c7ccff8e9f81ad17d0d40c75637e227fb +PKG_HASH:=19e330470af40167d293b0352578c1fa22d74b34d3edf5d4ff90ebc203bbb2f1 PKG_MAINTAINER:=Javier Marcet PKG_LICENSE:=Apache-2.0 @@ -25,8 +25,8 @@ define Package/python3-docker URL:=https://github.com/docker/docker-py DEPENDS:=\ +python3-light +python3-distutils +python3-logging \ - +python3-openssl +python3-paramiko +python3-six +python3-requests \ - +python3-websocket-client + +python3-openssl +python3-packaging +python3-paramiko +python3-six \ + +python3-requests +python3-urllib3 +python3-websocket-client endef define Package/python3-docker/description