summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConrad Hoffmann2019-04-15 18:42:27 +0200
committerÉtienne Lafarge2019-05-28 01:02:28 +0200
commit35e7fce0136beabe42f3dbce3deaec246794041d (patch)
tree127d97789a314648642ae8761bb41149c46a620d /PKGBUILD
parentb710a980a84cf7015cc59931cbbd5475f7c6325b (diff)
downloadaur-35e7fce0136beabe42f3dbce3deaec246794041d.tar.gz
Remove obsolete dependencies
Several packages listed as dependencies are no longer needed. Cheetah is still potentially used, but certainly optional. Seems to only be used if the user specifically supplies Cheetah templates. Error handling is implemented if cloud-init needs cheetah but cannot find it, so optional dependency is good enough.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d9a8aa072e0..7de7d2b22888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,12 @@ pkgdesc="The standard for customising cloud instances"
arch=('any')
url="https://cloud-init.io"
license=('GPL3')
-depends=('systemd' 'sudo' 'python-yaml' 'python-cheetah3' 'python-prettytable'
- 'python-boto' 'python-configobj'
- 'python-jsonschema' 'python-jsonpatch' 'python-jsonpointer' 'net-tools'
+depends=('systemd' 'sudo' 'python-yaml' 'python-configobj'
+ 'python-jsonschema' 'python-jsonpatch' 'net-tools'
'python-requests' 'python-argparse' 'python-oauthlib'
'python-jinja' 'dhclient')
makedepends=('python' 'python-setuptools' 'pkgconf')
+optdepends=('python-cheetah3: support for cheetah templates')
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