From 7b3ceb95d97c0b3dfcf9bbad453c729babb009c9 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Tue, 6 Sep 2022 23:34:54 +0200 Subject: [PATCH] python-docker: Update to 6.0.0 Signed-off-by: Javier Marcet --- lang/python/python-docker/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-docker/Makefile b/lang/python/python-docker/Makefile index 281073a06e..6ffc9a4bf2 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 -- 2.30.2