summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-six_1.3.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 09:11:30 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:35 -0500
commitc18a2e2f03faa1e61abe688be316fbf2323178bb (patch)
tree86aa251a16bd3f2fd1e446952dff02384cde718b /meta-openstack/recipes-devtools/python/python-six_1.3.0.bb
parent01ac9544e0a645f80f0c3aea327bf3ee8d02fff9 (diff)
downloadmeta-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.3.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-six_1.3.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-six_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-six_1.3.0.bb
deleted file mode 100644
index 86823a1..0000000
--- a/meta-openstack/recipes-devtools/python/python-six_1.3.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "Python 2 and 3 compatibility utilities"
2HOMEPAGE = "http://pypi.python.org/pypi/six/"
3SECTION = "devel/python"
4LICENSE = "UNKNOWN"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=aa39e09066d6ba3a8c8b2db7cbd8bd70"
6
7PR = "r0"
8SRCNAME = "six"
9
10SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11"
12
13SRC_URI[md5sum] = "ec47fe6070a8a64c802363d2c2b1e2ee"
14SRC_URI[sha256sum] = "d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852"
15
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17
18inherit distutils