Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / python / python-webpy_0.21.bb
1 DESCRIPTION = "A Lightweight Web Application Framework"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "PSF"
5 RDEPENDS = "python-netserver python-netclient python-pprint"
6 FILE_PR = "ml0"
7
8 SRC_URI = "http://webpy.org/static/web.py-${PV}.tar.gz"
9 S = "${WORKDIR}/webpy"
10
11 inherit distutils