diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-03 14:41:30 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-03 14:42:30 -0500 |
| commit | 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (patch) | |
| tree | 7fd3f52c7cccf6c49489670f55ecd04c3b218cfc /meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | |
| parent | 560820a900f04b45f44a0335c88e1a3596cf509f (diff) | |
| download | meta-cloud-services-1bd3d61e2c24a8f404ee41fb291c401a9fc9c937.tar.gz | |
support-libs: refresh round1
Refreshing the support libraries to prepare for kilo uprevs
of the core components.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb deleted file mode 100644 index baeb549..0000000 --- a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DESCRIPTION = "Various helpers to pass trusted data to untrusted environments and back" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/itsdangerous/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "itsdangerous" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/i/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "985e726eb76f18aca81e703f0a6c6efc" | ||
| 13 | SRC_URI[sha256sum] = "71c0bf6bde4dcc93d838415e728a961a7b16f324b8ae182525fbdadde9f55d62" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-json python-netclient python-zlib python-datetime python-lang python-crypt" | ||
| 20 | |||
| 21 | CLEANBROKEN = "1" | ||
| 22 | |||
