summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlberto Contreras <aciba90@gmail.com>2022-06-08 23:11:32 +0200
committerGitHub <noreply@github.com>2022-06-08 15:11:32 -0600
commitc94d9d028c85fb7562320dcc29da3e2e27a86b1e (patch)
tree5617351f918cf3159a0458707cde7dc41567c874 /pyproject.toml
parent6270b500535423d6a58c487c4a1e51d1c3dae5ac (diff)
downloadcloud-init-git-c94d9d028c85fb7562320dcc29da3e2e27a86b1e.tar.gz
Remove xenial references (#1472)
- Remove references and dead code to Xenial, Eoan, Python < 3.7 - cc_ubuntu_drivers: Use python3-debconf instead of shell script - add integration test for ubuntu_drivers - bump pycloudlib for OCI subnet/jammy fixes
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index acec6cc8..2ee26121 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,6 +19,7 @@ module = [
"BaseHTTPServer",
"configobj",
"cloudinit.feature_overrides",
+ "debconf",
"httpretty",
"httplib",
"jsonpatch",