diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-19 08:52:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-19 08:53:16 +0700 |
commit | f541ffa506ba0ac3dee5ae8583c3aa633d4a309d (patch) | |
tree | 99b45f2beed81fcc13cf32420d7a6d58e5159e91 /python/pytz/README | |
parent | aae8051ee16c18fd0994ffe7f96f27634a69e29d (diff) |
python/pytz: Add python3 support by default.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytz/README')
-rw-r--r-- | python/pytz/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/python/pytz/README b/python/pytz/README index fe43022964..0c4151713e 100644 --- a/python/pytz/README +++ b/python/pytz/README @@ -4,7 +4,4 @@ or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo). -python3 is an optional dependency. You need to set PYTHON3=yes, -for example: - - PYTHON3=yes ./pytz.SlackBuild +python3 is auto-detected at build time. |