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