diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-23 23:28:12 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-23 23:28:12 -0400 |
| commit | 29f2754423d4329136b314824a2637a8b02aefe4 (patch) | |
| tree | e35aa39e08791affb04d15319e2c80827f25b3dd /meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb | |
| parent | 27094db4e7d75627672f2aa39d4b76b8832c4d7a (diff) | |
| download | meta-cloud-services-29f2754423d4329136b314824a2637a8b02aefe4.tar.gz | |
wsgi: WSGI (PEP 333) Reference Library
barbican uses the standalone wsgi reference library.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb b/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb new file mode 100644 index 0000000..e25dd1d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-wsgiref_0.1.2.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "WSGI (PEP 333) Reference Library" | ||
| 2 | HOMEPAGE = "http://cheeseshop.python.org/pypi/wsgiref" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PSF" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=fe761dfec1d54629c6b9a3bbc7b1baf5" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "wsgiref" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "29b146e6ebd0f9fb119fe321f7bcf6cb" | ||
| 13 | SRC_URI[sha256sum] = "c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
