diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:32:03 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 15:53:49 +0000 |
| commit | 52e67d4e6307a161491825bdfca01dd36b2228e1 (patch) | |
| tree | f4c2bea6dab8d9df21d41323f120aeb34bfaf96a /recipes-devtools/python/python-redis_2.10.3.bb | |
| parent | cceef93ba83497dcce2c1cdac91555d82371450a (diff) | |
| download | meta-virtualization-52e67d4e6307a161491825bdfca01dd36b2228e1.tar.gz | |
python: update support packages to python3
Updating the python support packages to python3. Some packages are
dropped in favour of variants that are in meta-python, some are
updated and update to the new python3 name for others.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.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 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-devtools/python/python-redis_2.10.3.bb b/recipes-devtools/python/python-redis_2.10.3.bb deleted file mode 100644 index 2ef2b6b7..00000000 --- a/recipes-devtools/python/python-redis_2.10.3.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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 | DEFAULT_PREFERENCE = "-1" | ||
| 19 | |||
| 20 | inherit setuptools | ||
| 21 | |||
| 22 | RDEPENDS_${PN} = "redis" | ||
