summaryrefslogtreecommitdiffstats
path: root/package/python-typepy/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/python-typepy/Config.in')
-rw-r--r--package/python-typepy/Config.in13
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
OpenPOWER on IntegriCloud