diff options
-rw-r--r-- | testing/lxd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 <fcolista@alpinelinux.org> 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" |