diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-07-18 12:36:04 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-19 21:56:57 +0200 |
commit | 398ed35ffac39cf6ed9f573d194676a980a3d8c5 (patch) | |
tree | e83e200ce5ca98a781f74386beb59c3d894aa173 /package/python-typepy/Config.in | |
parent | 3dbdce3d4b767fbc19661014fa9b1c94b1e4f6e3 (diff) | |
download | buildroot-398ed35ffac39cf6ed9f573d194676a980a3d8c5.tar.gz buildroot-398ed35ffac39cf6ed9f573d194676a980a3d8c5.zip |
python-typepy: 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-typepy/Config.in')
-rw-r--r-- | package/python-typepy/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-typepy/Config.in b/package/python-typepy/Config.in new file mode 100644 index 0000000000..866a067953 --- /dev/null +++ b/package/python-typepy/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_PYTHON_TYPEPY + bool "python-typepy" + select BR2_PACKAGE_PYTHON_DATEUTIL # runtime + select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime + select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime + select BR2_PACKAGE_PYTHON_MBSTRDECODER # runtime + select BR2_PACKAGE_PYTHON_PYTZ # runtime + select BR2_PACKAGE_PYTHON_SIX # runtime + help + A Python library for variable type checker/validator/converter at a + run time. + + https://github.com/thombashi/typepy |