diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2014-11-12 01:27:04 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-17 17:06:54 +0100 |
commit | a6f0cfa51fc5b0480779885a00d67c1a36e77947 (patch) | |
tree | 80c5bf3a9e3eb5e6a275f137f9813065f3c6c37c /package/python-webpy/Config.in | |
parent | afae45bb8340926b3043c05fe6395ebdc839b82f (diff) | |
download | buildroot-a6f0cfa51fc5b0480779885a00d67c1a36e77947.tar.gz buildroot-a6f0cfa51fc5b0480779885a00d67c1a36e77947.zip |
python-webpy: add new package
[Peter: drop redundant python|python3 dependency]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-webpy/Config.in')
-rw-r--r-- | package/python-webpy/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-webpy/Config.in b/package/python-webpy/Config.in new file mode 100644 index 0000000000..1e90892d22 --- /dev/null +++ b/package/python-webpy/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_WEBPY + bool "python-webpy" + help + web.py is a web framework for Python that is as simple as it is + powerful. + + http://webpy.org/ |