diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-25 16:49:26 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-25 16:49:26 +0000 |
commit | 5e804cf72199c00208a0bff1b6170f8c362b41ee (patch) | |
tree | d4331ef4dabbd94613b2b6be3c3dc3fd96667c7a /testing/lxd | |
parent | c9014f0b7c2fc717cb2273c28ed288c5996c81fc (diff) | |
download | aports-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/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" |