summaryrefslogtreecommitdiff
path: root/packages/redhat
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 /packages/redhat
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 'packages/redhat')
-rw-r--r--packages/redhat/cloud-init.spec.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/redhat/cloud-init.spec.in b/packages/redhat/cloud-init.spec.in
index 1491822b..917e9516 100644
--- a/packages/redhat/cloud-init.spec.in
+++ b/packages/redhat/cloud-init.spec.in
@@ -48,11 +48,6 @@ BuildRequires: {{r}}
Requires: dmidecode
%endif
-# python2.6 needs argparse
-%if "%{?el6}" == "1"
-Requires: python-argparse
-%endif
-
# Install 'dynamic' runtime reqs from *requirements.txt and pkg-deps.json.
# Install them as BuildRequires too as they're used for testing.