From e5bab15a091526b91e24ca50dfc759f448c2dc14 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Tue, 17 Mar 2020 08:36:03 -0400 Subject: [PATCH] remove oslo-concurrency from requirements many years ago when eventlet support was dropped the usage of osl_concurrency was also removed. commit was here I963d94bbd188dbb6eba68623a42c5bc3f2289da4 dropping requirement on it since it is not used Change-Id: I72f278b7da59096f71f0e59f0fb1f70f93265aa4 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d1d2b8f34..a9872e0398 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,6 @@ keystonemiddleware>=7.0.0 # Apache-2.0 bcrypt>=3.1.3 # Apache-2.0 scrypt>=0.8.0 # BSD oslo.cache>=1.26.0 # Apache-2.0 -oslo.concurrency>=3.26.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0 oslo.context>=2.22.0 # Apache-2.0 oslo.messaging>=5.29.0 # Apache-2.0