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

David Runge dvzrv at gemini.archlinux.org
Mon Aug 1 08:40:07 UTC 2022


    Date: Monday, August 1, 2022 @ 08:40:07
  Author: dvzrv
Revision: 1259642

upgpkg: cloud-init 22.2.2-2: Rebuild to remove unnecessary dependency.

Python-prettytable is no longer used in tests (https://bugs.archlinux.org/task/74428).

Modified:
  cloud-init/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-01 08:39:21 UTC (rev 1259641)
+++ PKGBUILD	2022-08-01 08:40:07 UTC (rev 1259642)
@@ -8,7 +8,7 @@
 
 pkgname=cloud-init
 pkgver=22.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Cloud instance initialization"
 arch=(any)
 url="https://cloud-init.io"
@@ -17,7 +17,7 @@
 python-jsonpatch python-jsonschema python-netifaces python-oauthlib
 python-requests python-pyyaml sudo systemd)
 makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-httpretty python-prettytable python-pytest python-pytest-mock python-responses)
+checkdepends=(python-httpretty python-pytest python-pytest-mock python-responses)
 optdepends=('cloud-guest-utils: for growpart')
 backup=(
   etc/cloud/cloud.cfg



More information about the arch-commits mailing list