91bf94b2f2
* Update dependency list. * Take tarball from PyPI instead of Github. * webpy now supports both Python 2 and Python 3. * License change: On commit 97466ad0392738be2f5cc3bd4c1289872a8a0f44, WSGI server moved the cherrypy library so web/wsgiserver/LICENSE.txt has removed and LICENSE.txt doesn't mention WSGI anymore. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
config BR2_PACKAGE_PYTHON_WEBPY
|
|
bool "python-webpy"
|
|
select BR2_PACKAGE_PYTHON_HASHLIB if BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON_CHEROOT # runtime
|
|
select BR2_PACKAGE_PYTHON_MARKDOWN # runtime
|
|
help
|
|
web.py is a web framework for Python that is as simple as it
|
|
is powerful.
|
|
|
|
http://webpy.org/
|