From 481c3051fb61ba014925f9bad1248e470c14a1f1 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Fri, 21 Jul 2023 10:34:33 +0200 Subject: [PATCH] Add oslo.log as runtime requirement it is actually imported in the code so it should be in requirements.txt https://github.com/openstack/python-vitrageclient/blob/cf150d2b96b492bf549295655a5a0dbf08e28ea5/vitrageclient/auth.py#L19 https://github.com/openstack/python-vitrageclient/blob/cf150d2b96b492bf549295655a5a0dbf08e28ea5/vitrageclient/v1/cli/template.py#L20 I'm setting minimal version the oslo.log version of wallaby as i see no relevant changes in vitrageclient since then at least. Change-Id: I206aadafa5caa4733b92e57c37824b30407de6a7 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 4808453..0487f1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,3 +14,4 @@ keystoneauth1>=3.4.0 # Apache-2.0 iso8601>=0.1.11 # MIT networkx>=2.3 # BSD pydot>=1.4.1 # BSD +oslo.log>=4.4.0