diff --git a/python-Django.changes b/python-Django.changes index bc47df6..2c49846 100644 --- a/python-Django.changes +++ b/python-Django.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 22 15:46:20 UTC 2025 - Markéta Machová + +- Add missing runtime dependency on tzdata + ------------------------------------------------------------------- Mon Apr 7 15:02:18 UTC 2025 - Markéta Machová diff --git a/python-Django.spec b/python-Django.spec index fb0ebf3..19cdab2 100644 --- a/python-Django.spec +++ b/python-Django.spec @@ -53,6 +53,7 @@ BuildRequires: python-rpm-macros Requires: python Requires: python-asgiref >= 3.7.0 Requires: python-sqlparse >= 0.3.1 +Requires: python-tzdata Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: python-Jinja2 >= 2.9.2