summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Lafarge2019-02-12 12:39:29 +0100
committerÉtienne Lafarge2019-02-12 12:43:04 +0100
commit0fcc10a6171eff2810bfa4f57bd829afe5ddf0b3 (patch)
tree7638171f101e69eb4b26cea185c18081d8c22f41 /PKGBUILD
parent5757bed80835a4396b178528f80ac018484a810d (diff)
downloadaur-0fcc10a6171eff2810bfa4f57bd829afe5ddf0b3.tar.gz
[v18.5-3] Add missing dependencies
As noted by antoinemartin, pkgconf is required during the build phase for systemd units to be dropped in the appropriate folder. Also, cloud-init requires dhclient as stated here: https://github.com/cloud-init/cloud-init/blob/ad170db966492e845b9dc23346cc7297e8a99032/cloudinit/net/dhcp.py#L127 This runtime dependency has also been added.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2db290d2a7d..ffba8aa99617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=cloud-init
pkgver=18.5
-pkgrel=1
+pkgrel=3
pkgdesc="The standard for customising cloud instances"
arch=('any')
url="https://cloud-init.io"
@@ -14,8 +14,8 @@ depends=('systemd' 'sudo' 'python2-yaml' 'python2-cheetah' 'python2-prettytable'
'python2-oauth' 'python2-boto' 'python2-configobj'
'python2-jsonschema' 'python2-jsonpatch' 'python2-jsonpointer' 'net-tools'
'python2-requests' 'python2-argparse' 'python2-oauthlib'
- 'python2-jinja')
-makedepends=('python2' 'python2-setuptools')
+ 'python2-jinja' 'dhclient')
+makedepends=('python2' 'python2-setuptools' 'pkgconf')
backup=('etc/cloud/cloud.cfg' 'etc/cloud/cloud.cfg.d/05_logging.cfg')
source=("https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz"
fix-lib.patch