Skip to content
Snippets Groups Projects
Commit a1b8083f authored by David Runge's avatar David Runge :chipmunk:
Browse files

Rebuild against Python 3.11.

Add further direct dependencies.
parent 4d68f451
No related branches found
No related tags found
No related merge requests found
......@@ -8,17 +8,41 @@
pkgname=cloud-init
pkgver=23.1.1
pkgrel=1
pkgrel=2
pkgdesc="Cloud instance initialization"
arch=(any)
url="https://cloud-init.io"
license=(GPL3)
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=(netplan python-build python-installer python-setuptools python-wheel)
checkdepends=(python-httpretty python-pytest python-pytest-mock python-responses)
depends=(
bash
dhclient
python
python-configobj
python-jinja
python-jsonpatch
python-jsonschema
python-netifaces
python-oauthlib
python-pyserial
python-pyyaml
python-requests
python-typing-extensions
sudo
systemd
)
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'
'netplan: for configuring network using netplan'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment