summaryrefslogtreecommitdiffstats
path: root/system/python3-docker-compose
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-15 10:40:23 +0200
committer Willy Sudiarto Raharjo2023-05-27 02:17:22 +0200
commit5061975e8181bff38a35ea805868c6cc1c21bf51 (patch)
tree7938636ec936d84fe18d13a40ca35d0e32178682 /system/python3-docker-compose
parent9400c90888fae7ed6035e2778589a7f39bc558d8 (diff)
downloadslackbuilds-5061975e8181bff38a35ea805868c6cc1c21bf51.tar.gz
system/python3-docker-compose: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/python3-docker-compose')
-rw-r--r--system/python3-docker-compose/python3-docker-compose.SlackBuild2
-rw-r--r--system/python3-docker-compose/python3-docker-compose.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/python3-docker-compose/python3-docker-compose.SlackBuild b/system/python3-docker-compose/python3-docker-compose.SlackBuild
index da908098cc..316cf7ee6d 100644
--- a/system/python3-docker-compose/python3-docker-compose.SlackBuild
+++ b/system/python3-docker-compose/python3-docker-compose.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-docker-compose
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.29.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/python3-docker-compose/python3-docker-compose.info b/system/python3-docker-compose/python3-docker-compose.info
index 345482cd78..d50916cb3e 100644
--- a/system/python3-docker-compose/python3-docker-compose.info
+++ b/system/python3-docker-compose/python3-docker-compose.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/d/docker-compose/docker
MD5SUM="95accbca655abf086a61b94d6c3d94ca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="docopt python3-jsonschema python3-docker python3-dockerpty python3-texttable python3-dotenv"
+REQUIRES="python3-docopt python3-jsonschema python3-docker python3-dockerpty python3-texttable python3-dotenv"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"