skopeo: add dependency on containers.storage
It might use the config file, so add the dependency.
This commit is contained in:
parent
da5e2a7bc7
commit
baf797d5bc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'skopeo'
|
# Template file for 'skopeo'
|
||||||
pkgname=skopeo
|
pkgname=skopeo
|
||||||
version=1.10.0
|
version=1.10.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path="github.com/containers/${pkgname}"
|
go_import_path="github.com/containers/${pkgname}"
|
||||||
|
@ -9,7 +9,7 @@ go_package="${go_import_path}/cmd/${pkgname}"
|
||||||
go_build_tags="containers_image_ostree_stub"
|
go_build_tags="containers_image_ostree_stub"
|
||||||
hostmakedepends="go-md2man pkg-config"
|
hostmakedepends="go-md2man pkg-config"
|
||||||
makedepends="device-mapper-devel gpgme-devel libbtrfs-devel"
|
makedepends="device-mapper-devel gpgme-devel libbtrfs-devel"
|
||||||
depends="containers.image"
|
depends="containers.image containers.storage"
|
||||||
short_desc="Utility for operations on container images and image repositories"
|
short_desc="Utility for operations on container images and image repositories"
|
||||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue