public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael J Gruber <mjg@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/calibre] f43: add missing tzlocal requires
Date: Sun, 12 Jul 2026 20:13:59 GMT [thread overview]
Message-ID: <178388723993.1.10050854340034020598.rpms-calibre-68a0b2dc47f6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/calibre
Branch : f43
Commit : 68a0b2dc47f6e3c9afe5e74ee5ce325d4ea4f6eb
Author : Michael J Gruber <mjg@fedoraproject.org>
Date : 2026-05-19T18:11:44+02:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/calibre/c/68a0b2dc47f6e3c9afe5e74ee5ce325d4ea4f6eb?branch=f43
Log:
add missing tzlocal requires
Otherwise:
```
$ calibre
Traceback (most recent call last):
File "/usr/bin/calibre", line 21, in <module>
sys.exit(calibre())
~~~~~~~^^
File "/usr/lib64/calibre/calibre/gui_launch.py", line 72, in calibre
from calibre.gui2.main import main
File "/usr/lib64/calibre/calibre/gui2/__init__.py", line 88, in <module>
from calibre.utils.date import UNDEFINED_DATE
File "/usr/lib64/calibre/calibre/utils/date.py", line 14, in <module>
from calibre.utils.iso8601 import UNDEFINED_DATE, local_tz, utc_tz
File "/usr/lib64/calibre/calibre/utils/iso8601.py", line 8, in <module>
import tzlocal
ModuleNotFoundError: No module named 'tzlocal'
```
---
diff --git a/calibre.spec b/calibre.spec
index d64e0e0..2df8c8d 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -150,6 +150,7 @@ Requires: python3dist(html2text)
Requires: python3dist(markdown) >= 3.0
Requires: python3dist(pychm)
Requires: python3dist(pyqt6-sip)
+Requires: python3dist(tzlocal)
%if %{undefined flatpak}
Requires: udisks2
%endif
reply other threads:[~2026-07-12 20:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178388723993.1.10050854340034020598.rpms-calibre-68a0b2dc47f6@fedoraproject.org \
--to=mjg@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox