kubernetes: add missing conntrack-tools dependency

This commit is contained in:
Jack Halford 2022-07-28 20:52:27 +02:00 committed by Michal Vasilek
parent 98ea5ac0bf
commit 7500f8c6ee

View file

@ -1,12 +1,12 @@
# Template file for 'kubernetes'
pkgname=kubernetes
version=1.23.7
revision=1
revision=2
archs="x86_64* ppc64le*"
build_style=go
go_import_path="github.com/kubernetes/kubernetes"
hostmakedepends="rsync git go-bindata which"
depends="kubectl"
depends="kubectl conntrack-tools"
short_desc="Container Cluster Manager for Docker"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="Apache-2.0"