summaryrefslogtreecommitdiffstats
path: root/rules/python3-dateutil.in
blob: 7d38bd32afb8cdf1f6e981560c0ca722c7cf812f (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=python3

config PYTHON3_DATEUTIL
	tristate
	select PYTHON3
	select HOST_PYTHON3_SETUPTOOLS_SCM
	select PYTHON3_SIX
	prompt "dateutil"
	help
	  The dateutil module provides powerful extensions to the
	  standard datetime module, available in Python.