diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-15 02:40:23 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 07:17:22 +0700 |
commit | 5061975e8181bff38a35ea805868c6cc1c21bf51 (patch) | |
tree | 7938636ec936d84fe18d13a40ca35d0e32178682 /system/python3-docker-compose | |
parent | 9400c90888fae7ed6035e2778589a7f39bc558d8 (diff) |
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.SlackBuild | 2 | ||||
-rw-r--r-- | system/python3-docker-compose/python3-docker-compose.info | 2 |
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 da908098ccee..316cf7ee6d8b 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 345482cd78aa..d50916cb3eab 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" |