aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lxd
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-04-25 16:49:26 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-04-25 16:49:26 +0000
commit5e804cf72199c00208a0bff1b6170f8c362b41ee (patch)
treed4331ef4dabbd94613b2b6be3c3dc3fd96667c7a /testing/lxd
parentc9014f0b7c2fc717cb2273c28ed288c5996c81fc (diff)
downloadaports-5e804cf72199c00208a0bff1b6170f8c362b41ee.tar.bz2
aports-5e804cf72199c00208a0bff1b6170f8c362b41ee.tar.xz
testing/lxd: added missing dep in subpkg script
Diffstat (limited to 'testing/lxd')
-rw-r--r--testing/lxd/APKBUILD4
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"