diff options
author | Derek Straka <derek@asterius.io> | 2018-03-11 10:53:33 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:27:54 -0700 |
commit | b0f4d0043988a8d1365b67c94ac3d10f836d61b4 (patch) | |
tree | ddf5ac9f730ac840b1b71fd2df5cc45ac763a44a /meta-python | |
parent | 8c6f20669fd6665a660d0a04ca476faa9b45487f (diff) | |
download | meta-openembedded-b0f4d0043988a8d1365b67c94ac3d10f836d61b4.tar.gz |
python-pymisp: add dateutil to the set of RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pymisp.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc index 9bbcd8933..6c7ceb895 100644 --- a/meta-python/recipes-devtools/python/python-pymisp.inc +++ b/meta-python/recipes-devtools/python/python-pymisp.inc | |||
@@ -7,6 +7,7 @@ SRC_URI[md5sum] = "5003442bffbb15c227decbe2a1fd2d66" | |||
7 | SRC_URI[sha256sum] = "44af4fa5ba092a9bee413cedf4bf9453827fd2185b6a609a5388af8b72b6abd6" | 7 | SRC_URI[sha256sum] = "44af4fa5ba092a9bee413cedf4bf9453827fd2185b6a609a5388af8b72b6abd6" |
8 | 8 | ||
9 | RDEPENDS_${PN} += " \ | 9 | RDEPENDS_${PN} += " \ |
10 | ${PYTHON_PN}-dateutil \ | ||
10 | ${PYTHON_PN}-json \ | 11 | ${PYTHON_PN}-json \ |
11 | ${PYTHON_PN}-jsonschema \ | 12 | ${PYTHON_PN}-jsonschema \ |
12 | ${PYTHON_PN}-requests \ | 13 | ${PYTHON_PN}-requests \ |