[arch-commits] Commit in cloud-init/trunk (PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Wed Nov 9 20:04:39 UTC 2016


    Date: Wednesday, November 9, 2016 @ 20:04:38
  Author: jsteel
Revision: 195240

upgpkg: cloud-init 0.7.8-3

More dependencies

Modified:
  cloud-init/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-09 20:01:40 UTC (rev 195239)
+++ PKGBUILD	2016-11-09 20:04:38 UTC (rev 195240)
@@ -4,7 +4,7 @@
 
 pkgname=cloud-init
 pkgver=0.7.8
-pkgrel=2
+pkgrel=3
 pkgdesc="The standard for customising cloud instances"
 arch=('any')
 url="http://cloud-init.io"
@@ -12,7 +12,8 @@
 depends=('systemd' 'python2-yaml' 'python2-cheetah' 'python2-prettytable'
          'python2-oauth' 'python2-boto' 'python2-configobj'
          'python2-jsonpatch' 'python2-jsonpointer' 'net-tools'
-         'python2-requests')
+         'python2-requests' 'python2-argparse' 'python2-oauthlib'
+         'python2-jinja')
 makedepends=('python2' 'python2-setuptools')
 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



More information about the arch-commits mailing list