From a73b044c19ce6dd39dcfa99118fde9d49cba73b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Fri, 14 Oct 2022 03:52:27 +0100 Subject: [PATCH] python/python2-docker: Rebuilt for python2-websocket-client. Signed-off-by: Willy Sudiarto Raharjo --- python/python2-docker/python2-docker.SlackBuild | 2 +- python/python2-docker/python2-docker.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/python2-docker/python2-docker.SlackBuild b/python/python2-docker/python2-docker.SlackBuild index d5496b7923..1de1758964 100644 --- a/python/python2-docker/python2-docker.SlackBuild +++ b/python/python2-docker/python2-docker.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-docker VERSION=${VERSION:-3.3.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python2-docker/python2-docker.info b/python/python2-docker/python2-docker.info index fe93643ba4..e021bb9607 100644 --- a/python/python2-docker/python2-docker.info +++ b/python/python2-docker/python2-docker.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/e0/d7/5631c05977c51c1fc88b2eba MD5SUM="660c3c0c3776cb88f34fc549d7c89ed2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="backports-ssl-match-hostname ipaddress python2-docker-pycreds websocket-client" +REQUIRES="backports-ssl-match-hostname ipaddress python2-docker-pycreds python2-websocket-client" MAINTAINER="Audrius Kažukauskas" EMAIL="audrius@neutrino.lt"