diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 09:11:30 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:35 -0500 |
| commit | c18a2e2f03faa1e61abe688be316fbf2323178bb (patch) | |
| tree | 86aa251a16bd3f2fd1e446952dff02384cde718b /meta-openstack/recipes-devtools/python/python-six_1.4.1.bb | |
| parent | 01ac9544e0a645f80f0c3aea327bf3ee8d02fff9 (diff) | |
| download | meta-cloud-services-c18a2e2f03faa1e61abe688be316fbf2323178bb.tar.gz | |
python-six: uprev for havana
Havana component require a newer python-six, so we uprev to the 1.4.1
version.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-six_1.4.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-six_1.4.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-six_1.4.1.bb b/meta-openstack/recipes-devtools/python/python-six_1.4.1.bb new file mode 100644 index 0000000..b3c0409 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-six_1.4.1.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Python 2 and 3 compatibility utilities" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/six/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "UNKNOWN" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aa39e09066d6ba3a8c8b2db7cbd8bd70" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "six" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "bdbb9e12d3336c198695aa4cf3a61d62" | ||
| 14 | SRC_URI[sha256sum] = "f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit distutils | ||
