summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-webob_1.8.2.bb
blob: 6fdfbd5dc2e184a5141920b1c9fd0ed830653f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "WSGI request and response object"
HOMEPAGE = "http://webob.org/"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5"

PYPI_PACKAGE = "WebOb"

SRC_URI[md5sum] = "d04756e6683fedddba52eafbe9adf404"
SRC_URI[sha256sum] = "1fe722f2ab857685fc96edec567dc40b1875b21219b3b348e58cd8c4d5ea7df3"

inherit setuptools pypi

RDEPENDS_${PN} += " \
	python-sphinx \
	python-nose \
	"