diff options
author | Derek Straka <derek@asterius.io> | 2018-03-20 09:23:39 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:51:06 -0700 |
commit | 4875896ad07ac4826fa2ac49f08188e042c6939d (patch) | |
tree | 2c6099ed0abd46f34cde817ad3056398f2997c20 /meta-python/recipes-devtools/python/python-pyyaml.inc | |
parent | 4d7f5d6fc5537f4aaa0fe0cd85945df03cf56a51 (diff) | |
download | meta-openembedded-4875896ad07ac4826fa2ac49f08188e042c6939d.tar.gz |
python-pyyaml: add datetime to the RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyyaml.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyyaml.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyyaml.inc b/meta-python/recipes-devtools/python/python-pyyaml.inc index a3cf677f4f..3fef0cacd4 100644 --- a/meta-python/recipes-devtools/python/python-pyyaml.inc +++ b/meta-python/recipes-devtools/python/python-pyyaml.inc | |||
@@ -11,4 +11,8 @@ inherit pypi | |||
11 | SRC_URI[md5sum] = "4c129761b661d181ebf7ff4eb2d79950" | 11 | SRC_URI[md5sum] = "4c129761b661d181ebf7ff4eb2d79950" |
12 | SRC_URI[sha256sum] = "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab" | 12 | SRC_URI[sha256sum] = "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab" |
13 | 13 | ||
14 | RDEPENDS_${PN} += "\ | ||
15 | ${PYTHON_PN}-datetime \ | ||
16 | " | ||
17 | |||
14 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |