mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
kubernetes: add missing conntrack-tools dependency
This commit is contained in:
parent
98ea5ac0bf
commit
7500f8c6ee
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue