From 08eedc8c455c0faeda680c54c9994afa4be050a0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 6 Nov 2023 22:06:39 +0900 Subject: [PATCH] Drop unused pyOpenSSL glance no longer imports the library directly. Change-Id: I9e09fa6396a959d97e690a08dc318d3aa0a78cfd --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89f60da99f..57c904af56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,6 @@ Paste>=2.0.2 # MIT jsonschema>=3.2.0 # MIT python-keystoneclient>=3.8.0 # Apache-2.0 -pyOpenSSL>=17.1.0 # Apache-2.0 oslo.db>=5.0.0 # Apache-2.0 oslo.i18n>=5.0.0 # Apache-2.0