python/python2-docker: Rebuilt for python2-websocket-client.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Audrius Kažukauskas 2022-10-14 03:52:27 +01:00 committed by Willy Sudiarto Raharjo
parent 2a32a8d7b4
commit a73b044c19
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -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"