enigma2 : change vfd font (skin_user.xml)
[vuplus_openembedded] / recipes / python / python-webpy_0.31.bb
1 DESCRIPTION = "A Lightweight Web Application Framework"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "PSF"
5 PR = "ml0"
6
7 SRC_URI = "http://webpy.org/static/web.py-${PV}.tar.gz"
8 S = "${WORKDIR}/webpy"
9
10 inherit distutils
11
12 RDEPENDS = "\
13   python-netserver \
14   python-netclient \
15   python-pprint \
16 "
17