Skip to content

Commit

Permalink
requirements: add missing pytz package
Browse files Browse the repository at this point in the history
`pytz` package was included by oslo.log dependency on
oslo.serialization.
Recently, this commit removed the pytz package for
Python versions >= 3.9:
openstack/oslo.serialization@9aaea36

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 <avladu@cloudbasesolutions.com>
  • Loading branch information
ader1990 committed Mar 4, 2024
1 parent 07cae6e commit 2ebfe19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ six>=1.7.0
Babel>=1.3
oauthlib
netifaces
pytz
PyYAML
requests
untangle==1.2.1
Expand Down

0 comments on commit 2ebfe19

Please sign in to comment.