From 0752a868bdeefc33e2183008ee6ea4e6e0b49cad Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 19 Nov 2023 23:48:06 +0900 Subject: [PATCH] Remove unused httplib2 The library is no longer imported from any implementations in this package. Change-Id: I794b24dbdf9a29dd2542e71c99ece85a510c10bd --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 88893b8b..a4372b56 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,7 +64,6 @@ console_scripts = vmware = oslo.vmware>=3.6.0 # Apache-2.0 swift = - httplib2>=0.9.1 # MIT python-swiftclient>=3.2.0 # Apache-2.0 cinder = python-cinderclient>=4.1.0 # Apache-2.0