diff options
author | Derek Straka <derek@asterius.io> | 2018-03-20 09:26:28 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:51:07 -0700 |
commit | c068c8723f3ca4087a41b9b99a580056c70c3fbb (patch) | |
tree | efff2919714f998bc0af0dd4ef0d8feb0d95c8d0 /meta-python/recipes-devtools/python/python-redis.inc | |
parent | 4875896ad07ac4826fa2ac49f08188e042c6939d (diff) | |
download | meta-openembedded-c068c8723f3ca4087a41b9b99a580056c70c3fbb.tar.gz |
python-redis: add datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-redis.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-redis.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-redis.inc b/meta-python/recipes-devtools/python/python-redis.inc index 571bb084a1..1a65d73144 100644 --- a/meta-python/recipes-devtools/python/python-redis.inc +++ b/meta-python/recipes-devtools/python/python-redis.inc | |||
@@ -6,3 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27" | |||
6 | 6 | ||
7 | SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b" | 7 | SRC_URI[md5sum] = "048348d8cfe0b5d0bba2f4d835005c3b" |
8 | SRC_URI[sha256sum] = "a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f" | 8 | SRC_URI[sha256sum] = "a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f" |
9 | |||
10 | RDEPENDS_${PN} += "\ | ||
11 | ${PYTHON_PN}-datetime \ | ||
12 | " | ||