aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 20:03:42 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 20:03:42 -0300
commit6d8cdace52144400375bc14c215db654b42c7122 (patch)
tree7e541658b05cafd43a91e4af167488899c3e471e
parentfeb9f6fe4a356854afd85c0e76eb0d36a7b98eb5 (diff)
testing/podman-compose: drop dep on py3-setuptools
-rw-r--r--testing/podman-compose/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/podman-compose/APKBUILD b/testing/podman-compose/APKBUILD
index 977a6172949..6c884530d68 100644
--- a/testing/podman-compose/APKBUILD
+++ b/testing/podman-compose/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: TBK <alpine@jjtc.eu>
pkgname=podman-compose
pkgver=0.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Script to run docker-compose.yml using podman"
url="https://github.com/containers/podman-compose"
arch="noarch !mips !mips64" # blocked by podman
license="GPL-2.0-or-later"
options="!check" # Requires running docker env
-depends="podman python3 py3-yaml py3-setuptools"
+depends="podman python3 py3-yaml"
+makedepends="py3-setuptools"
source="$pkgname-$pkgver.tar.gz::https://github.com/containers/podman-compose/archive/v$pkgver.tar.gz"
build() {