From 2ebfe19a8870114fedd8cbeb39712b309e1ff101 Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Mon, 4 Mar 2024 13:01:51 +0200 Subject: [PATCH] requirements: add missing pytz package `pytz` package was included by oslo.log dependency on oslo.serialization. Recently, this commit removed the pytz package for Python versions >= 3.9: https://github.com/openstack/oslo.serialization/commit/9aaea368e4354eef9673285e941687d24039d3c5 Which means `pytz` needs to be added as a requirement to be able to support the current mainline Python 3.11. Change-Id: I3dadbe0ead2369565afd7b7feed7761ff4a7db57 Signed-off-by: Adrian Vladu --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c53d37aa..28feb8c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ six>=1.7.0 Babel>=1.3 oauthlib netifaces +pytz PyYAML requests untangle==1.2.1