summaryrefslogtreecommitdiffstats
path: root/rules/python3-pytz.in
diff options
context:
space:
mode:
authorArtur Wiebe <artur@4wiebe.de>2018-08-31 19:39:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-17 10:22:42 +0200
commit475d38adcf2b8e499915cab80084f4d60f6b4c86 (patch)
treed1ef18836aed3dfcb55a6279510696c9708931df /rules/python3-pytz.in
parent3fb2614bc0d5fda0f3f07f0f9ae0b84bb61f1b0f (diff)
downloadptxdist-475d38adcf2b8e499915cab80084f4d60f6b4c86.tar.gz
ptxdist-475d38adcf2b8e499915cab80084f4d60f6b4c86.tar.xz
python3-pytz: new package
Signed-off-by: Artur Wiebe <artur@4wiebe.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-pytz.in')
-rw-r--r--rules/python3-pytz.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/python3-pytz.in b/rules/python3-pytz.in
new file mode 100644
index 000000000..24146309c
--- /dev/null
+++ b/rules/python3-pytz.in
@@ -0,0 +1,14 @@
+## SECTION=python3
+
+config PYTHON3_PYTZ
+ tristate
+ select PYTHON3
+ select HOST_PYTHON3_SETUPTOOLS
+ select TIMEZONE if RUNTIME
+ prompt "pytz"
+ help
+ pytz brings the Olson tz database into Python.
+ This library allows accurate and cross platform timezone calculations
+ using Python 2.4 or higher. It also solves the issue of ambiguous
+ times at the end of daylight saving time, which you can read
+ more about in the Python Library Reference (datetime.tzinfo).