From 5e804cf72199c00208a0bff1b6170f8c362b41ee Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 25 Apr 2018 16:49:26 +0000 Subject: testing/lxd: added missing dep in subpkg script --- testing/lxd/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/lxd') diff --git a/testing/lxd/APKBUILD b/testing/lxd/APKBUILD index 1c61929b96..ac325cbf19 100644 --- a/testing/lxd/APKBUILD +++ b/testing/lxd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=lxd pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="a container hypervisor and a new user experience for LXC" url="https://linuxcontainers.org/lxd/" arch="all" @@ -62,7 +62,7 @@ bashcomp() { scripts() { pkgdesc="LXD scripts" arch="noarch" - depends="$pkgname python3" + depends="$pkgname python3 py3-lxd" cd "$builddir" install -Dm755 scripts/lxc-to-lxd \ "$subpkgdir/usr/sbin/lxc-to-lxd" -- cgit v1.2.3