summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-01-28 00:24:48 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-28 00:56:05 +0100
commit763a85de2361429dc566151bdc54efbc8fe9d396 (patch)
tree6a63a7a5b38bf3eee45af28f4ff76900caaeb74e /testing
parentcf1ef99a9739b9f14ba740dbd740ca36cba747d8 (diff)
downloadaports-763a85de2361429dc566151bdc54efbc8fe9d396.zip
testing/podman: add missing dependencies
Diffstat (limited to 'testing')
-rw-r--r--testing/podman/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/podman/APKBUILD b/testing/podman/APKBUILD
index 039cefb9c18..c319dde6a93 100644
--- a/testing/podman/APKBUILD
+++ b/testing/podman/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=podman
pkgver=1.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="Simple management tool for pods, containers, and images"
url="https://podman.io/"
options="!check" # TODO: enable tests
arch="all"
license="Apache-2.0"
-depends="conmon cni-plugins"
+depends="conmon cni-plugins runc iptables ip6tables"
makedepends="go gpgme-dev libseccomp-dev libassuan-dev go-md2man btrfs-progs-dev bash"
subpackages="$pkgname-doc
$pkgname-bash-completion:bashcomp:noarch