blob: 2093667aed5dc521f46f13e1d63bc18b07a9bb76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Partially revert https://github.com/agronholm/apscheduler/commit/b773c79ac505
until devel/py-tzlocal is updated to 2.1
--- setup.py.orig 2021-10-24 20:17:02 UTC
+++ setup.py
@@ -41,7 +41,7 @@ setup(
'setuptools >= 0.7',
'six >= 1.4.0',
'pytz',
- 'tzlocal >= 2.0, != 3.*'
+ 'tzlocal >= 1.2, != 3.*'
],
extras_require={
':python_version == "2.7"': ['futures'],
|