diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-06 09:59:38 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:36 -0500 |
| commit | d157ee906088900566687d145a455b52b6de1b51 (patch) | |
| tree | da3bb7d9730ef0e0c5283467298265c7aacfd82c /meta-openstack/recipes-devtools/python | |
| parent | 47319fe8890023ac6528df0d590ec26c1dc2fe3d (diff) | |
| download | meta-cloud-services-d157ee906088900566687d145a455b52b6de1b51.tar.gz | |
python-werkzeug: integrate to meet ceilometer requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb new file mode 100644 index 0000000..2aaff9a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-werkzeug_0.9.4.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "The Swiss Army knife of Python web development" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/Werkzeug/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ad2e600a437b1b03d25b02df8c23ad1c" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Werkzeug" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "670fad41f57c13b71a6816765765a3dd" | ||
| 13 | SRC_URI[sha256sum] = "c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3c510cc" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
