File: 0001-Do-not-depend-on-tzdata-use-local-timezone-database.patch

package info (click to toggle)
python-exchangelib 4.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,780 kB
  • sloc: python: 25,358; sh: 6; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 473 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Michael Fladischer <fladi@debian.org>
Date: Thu, 2 Dec 2021 19:20:24 +0000
Subject: Do not depend on tzdata, use local timezone database.

---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 2f27217..fb2fa3b 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,6 @@ setup(
         "requests>=2.7",
         "requests_ntlm>=0.2.0",
         "requests_oauthlib",
-        "tzdata",
         "tzlocal",
     ],
     extras_require={