mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
Changes: https://github.com/agronholm/apscheduler/compare/3.8.0...v3.8.1 Reported by: Repology
14 lines
420 B
Groff
14 lines
420 B
Groff
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'],
|