diff options
author | Amy Fong <amy.fong@windriver.com> | 2015-02-27 16:01:22 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-17 09:46:32 -0400 |
commit | 33ea7df40bc5aa9a34f4362e976775be1076e876 (patch) | |
tree | 50adc4109dfd5661e071986416cb1c261de673fc /recipes-devtools/python/python-redis_2.10.3.bb | |
parent | 96c56a08f618c7c2a3d31c9e3bc5b341c1ef1c36 (diff) | |
download | meta-virtualization-33ea7df40bc5aa9a34f4362e976775be1076e876.tar.gz |
Add python packages needed for docker-registry
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-redis_2.10.3.bb')
-rw-r--r-- | recipes-devtools/python/python-redis_2.10.3.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-redis_2.10.3.bb b/recipes-devtools/python/python-redis_2.10.3.bb new file mode 100644 index 00000000..9eda8a5c --- /dev/null +++ b/recipes-devtools/python/python-redis_2.10.3.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | HOMEPAGE = "https://pypi.python.org/pypi/redis/" | ||
2 | SUMMARY = "Python client for Redis key-value store" | ||
3 | DESCRIPTION = "The Python interface to the Redis key-value store." | ||
4 | SECTION = "devel/python" | ||
5 | LICENSE = "MIT" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" | ||
7 | |||
8 | PR = "r0" | ||
9 | SRCNAME = "redis" | ||
10 | |||
11 | SRC_URI = "https://pypi.python.org/packages/source/r/redis/${SRCNAME}-${PV}.tar.gz" | ||
12 | |||
13 | SRC_URI[md5sum] = "7619221ad0cbd124a5687458ea3f5289" | ||
14 | SRC_URI[sha256sum] = "a4fb37b02860f6b1617f6469487471fd086dd2d38bbce640c2055862b9c4019c" | ||
15 | |||
16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
17 | |||
18 | inherit setuptools | ||
19 | |||
20 | RDEPENDS_${PN} = "redis" | ||