c36ff1
From 18138313e009a08592fe79c5e66d6eba8f027f19 Mon Sep 17 00:00:00 2001
c36ff1
From: Emanuele Giuseppe Esposito <eesposit@redhat.com>
c36ff1
Date: Fri, 14 Jan 2022 16:49:57 +0100
c36ff1
Subject: [PATCH 2/5] Change netifaces dependency to 0.10.4 (#965)
c36ff1
c36ff1
RH-Author: Emanuele Giuseppe Esposito <eesposit@redhat.com>
c36ff1
RH-MergeRequest: 17: Datasource for VMware
c36ff1
RH-Commit: [2/5] 8688e8b955a7ee15cf66de0b2a242c7c418b7630 (eesposit/cloud-init-centos-)
c36ff1
RH-Bugzilla: 2040090
c36ff1
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
c36ff1
RH-Acked-by: Eduardo Otubo <otubo@redhat.com>
c36ff1
c36ff1
commit b9d308b4d61d22bacc05bcae59819755975631f8
c36ff1
Author: Andrew Kutz <101085+akutz@users.noreply.github.com>
c36ff1
Date:   Tue Aug 10 15:10:44 2021 -0500
c36ff1
c36ff1
    Change netifaces dependency to 0.10.4 (#965)
c36ff1
c36ff1
    Change netifaces dependency to 0.10.4
c36ff1
c36ff1
    Currently versions Ubuntu <=20.10 use netifaces 0.10.4 By requiring
c36ff1
    netifaces 0.10.9, the VMware datasource omitted itself from cloud-init
c36ff1
    on Ubuntu <=20.10.
c36ff1
c36ff1
    This patch changes the netifaces dependency to 0.10.4. While it is true
c36ff1
    there are patches to netifaces post 0.10.4 that are desirable, testing
c36ff1
    against the most common network configuration was performed to verify
c36ff1
    the VMware datasource will still function with netifaces 0.10.4.
c36ff1
c36ff1
Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
c36ff1
---
c36ff1
 requirements.txt | 2 +-
c36ff1
 1 file changed, 1 insertion(+), 1 deletion(-)
c36ff1
c36ff1
diff --git a/requirements.txt b/requirements.txt
c36ff1
index 41d01d62..c4adc455 100644
c36ff1
--- a/requirements.txt
c36ff1
+++ b/requirements.txt
c36ff1
@@ -40,4 +40,4 @@ jsonschema
c36ff1
 # and still participate in instance-data by gathering the network in detail at
c36ff1
 # runtime and merge that information into the metadata and repersist that to
c36ff1
 # disk.
c36ff1
-netifaces>=0.10.9
c36ff1
+netifaces>=0.10.4
c36ff1
-- 
c36ff1
2.27.0
c36ff1