From bd7245e51dfc516a80ce1f958e6781252bf23991 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 25 Aug 2024 01:07:32 +0900 Subject: [PATCH] Remove dependencies for windows support ... because windows support was removed by [1]. [1] 5d316e8a876baf80b253d799dcd6f82dc8c526ce Related-Bug: #2015844 Change-Id: I4d60d9faed2ad5862777b38709dcb754f2827a3b --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 712245e7834..30f17b979f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,6 @@ requests>=2.18.0 # Apache-2.0 Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=5.1.0 # Apache-2.0 netaddr>=0.7.18 # BSD -netifaces>=0.10.4 # MIT neutron-lib>=3.14.0 # Apache-2.0 python-neutronclient>=7.8.0 # Apache-2.0 tenacity>=6.0.0 # Apache-2.0 @@ -57,4 +56,3 @@ python-designateclient>=2.7.0 # Apache-2.0 os-vif>=3.1.0 # Apache-2.0 futurist>=1.2.0 # Apache-2.0 tooz>=1.58.0 # Apache-2.0 -wmi>=1.4.9;sys_platform=='win32' # MIT