From 8bc6c47cef1850c0427559393f34601ff26e55a6 Mon Sep 17 00:00:00 2001 From: Catherine Redfield Date: Tue, 5 Mar 2024 13:37:38 -0500 Subject: [PATCH] d/control: remove netifaces netifaces is being removed from tip of main in GH-4634. This change also removes it from the Ubuntu packaging. --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index 052354dc406..bc6cad5493e 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,6 @@ Build-Depends: debhelper-compat (= 13), python3-jsonpatch, python3-jsonschema, python3-mock, - python3-netifaces, python3-oauthlib, python3-pytest, python3-pytest-mock,