Date: Thursday, December 15, 2022 @ 23:07:07 Author: dvzrv Revision: 1359405
upgpkg: cloud-init 22.4.2-2: Rebuild to make netplan optional. Modified: cloud-init/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-15 22:55:27 UTC (rev 1359404) +++ PKGBUILD 2022-12-15 23:07:07 UTC (rev 1359405) @@ -8,18 +8,21 @@ pkgname=cloud-init pkgver=22.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Cloud instance initialization" arch=(any) url="https://cloud-init.io" license=(GPL3) -depends=(dhclient netplan python-configobj python-jinja +depends=(dhclient python-configobj python-jinja python-jsonpatch python-jsonschema python-netifaces python-oauthlib python-requests python-pyserial python-pyyaml python-typing-extensions sudo systemd) -makedepends=(python-build python-installer python-setuptools python-wheel) +makedepends=(netplan python-build python-installer python-setuptools python-wheel) checkdepends=(python-httpretty python-pytest python-pytest-mock python-responses) -optdepends=('cloud-guest-utils: for growpart') +optdepends=( + 'cloud-guest-utils: for growpart' + 'netplan: for configuring network using netplan' +) backup=( etc/cloud/cloud.cfg etc/cloud/cloud.cfg.d/05_logging.cfg
