summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-webpy_0.31.bb
blob: 616e8b4c9b73225e8f85d7d125838bdfcf07566f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "A Lightweight Web Application Framework"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PSF"
PR = "ml0"

SRC_URI = "http://webpy.org/static/web.py-${PV}.tar.gz"
S = "${WORKDIR}/webpy"

inherit distutils

RDEPENDS = "\
  python-netserver \
  python-netclient \
  python-pprint \
"