diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:26 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-09 10:57:26 -0400 |
| commit | ff75c955954b32c1aa6fa301303e9df5ef53078e (patch) | |
| tree | 85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb | |
| parent | 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (diff) | |
| download | meta-cloud-services-ff75c955954b32c1aa6fa301303e9df5ef53078e.tar.gz | |
support libs: round2 refresh
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb deleted file mode 100644 index 51add47..0000000 --- a/meta-openstack/recipes-devtools/python/python-pastedeploy_1.5.0.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "Load, configure, and compose WSGI applications and servers" | ||
| 2 | HOMEPAGE = "http://pythonpaste.org/deploy/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "PasteDeploy" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "f1a068a0b680493b6eaff3dd7690690f" | ||
| 13 | SRC_URI[sha256sum] = "61c205633adae996cd0e306451c8a28deca0499524e2a38c65ff1570f35a8a53" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-paste" | ||
