diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-06-16 09:27:55 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-20 21:50:32 +0200 |
commit | b6ada8d5f88d97ed8ae8f55445fce28cf8a40ae5 (patch) | |
tree | c0c9c48afa0cb75d4ed92667c590dfb60c747982 /package/python-tempora/Config.in | |
parent | dc30db3cf1f19d5c3f1db9543569758bf06898a7 (diff) | |
download | buildroot-b6ada8d5f88d97ed8ae8f55445fce28cf8a40ae5.tar.gz buildroot-b6ada8d5f88d97ed8ae8f55445fce28cf8a40ae5.zip |
python-tempora: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-tempora/Config.in')
-rw-r--r-- | package/python-tempora/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-tempora/Config.in b/package/python-tempora/Config.in new file mode 100644 index 0000000000..ab5c57f6cd --- /dev/null +++ b/package/python-tempora/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_TEMPORA + bool "python-tempora" + select BR2_PACKAGE_PYTHON_SIX # runtime + select BR2_PACKAGE_PYTHON_PYTZ # runtime + help + Objects and routines pertaining to date and time. + + https://github.com/jaraco/tempora |