summaryrefslogtreecommitdiffstats
path: root/package/python-falcon/Config.in
diff options
context:
space:
mode:
authorGrzegorz Blach <grzegorz@blach.pl>2018-08-28 12:16:18 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-29 21:40:50 +0200
commit3ea57b712d7e6b3c16892828361a39847c4ba7cb (patch)
treecb06f7e7041640378362580d6c29307423bc91a3 /package/python-falcon/Config.in
parentab7e57124072abf0d85c1ea68f4686eb0d9c1e0f (diff)
downloadbuildroot-3ea57b712d7e6b3c16892828361a39847c4ba7cb.tar.gz
buildroot-3ea57b712d7e6b3c16892828361a39847c4ba7cb.zip
python-falcon: new package
An unladen web framework for building APIs and app backends. http://falconframework.org Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> [Thomas: add missing _LICENSE variable.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-falcon/Config.in')
-rw-r--r--package/python-falcon/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-falcon/Config.in b/package/python-falcon/Config.in
new file mode 100644
index 0000000000..ffd66eec1b
--- /dev/null
+++ b/package/python-falcon/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYTHON_FALCON
+ bool "python-falcon"
+ select BR2_PACKAGE_PYTHON_SIX # runtime
+ select BR2_PACKAGE_PYTHON_MIMEPARSE # runtime
+ help
+ An unladen web framework for building APIs and app
+ backends.
+
+ http://falconframework.org
OpenPOWER on IntegriCloud