Remove tzdata from requirements

tzdata is self-described as binary data compiled using zic, which
makes it difficult to show end to end provenance for OpenStack
users and ISVs. The Python zoneinfo library usually utilizes the
operating system's provided time zone data, making this dependency
superfluous in most cases. Yet, tools such as 'pip' will install
it anyway due to its presence in requirements.txt.

It still exists in the global requirements' upper-constraints.txt
file, so this project still will install it when running unit
tests using tox.

Change-Id: I98dde35cb6f5cfe37d4d6c7aa0f3125c4028aed3
Signed-off-by: Lon Hohberger <lhh@redhat.com>
This commit is contained in:
Lon Hohberger
2026-01-27 13:02:22 -05:00
parent 837d4d441d
commit 544091c1de

View File

@@ -9,4 +9,3 @@
msgpack>=0.5.2 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
tzdata>=2022.4 # MIT