diff options
author | Derek Straka <derek@asterius.io> | 2018-03-20 09:12:16 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:51:06 -0700 |
commit | 33aa4d30a87b7b92586b08ae1497fb4070422714 (patch) | |
tree | 327664a16fe36d571fd5948bf2dd6e96be84d11c /meta-python | |
parent | f9cde71db9af90c2efc8b998d0745520737d3f10 (diff) | |
download | meta-openembedded-33aa4d30a87b7b92586b08ae1497fb4070422714.tar.gz |
python-isort: add shell and datetime to RDEPENDS
Signed-off-by: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-isort.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-isort.inc b/meta-python/recipes-devtools/python/python-isort.inc index c9e8192b9..6d13e5f7c 100644 --- a/meta-python/recipes-devtools/python/python-isort.inc +++ b/meta-python/recipes-devtools/python/python-isort.inc | |||
@@ -8,3 +8,8 @@ SRC_URI[md5sum] = "fb554e9c8f9aa76e333a03d470a5cf52" | |||
8 | SRC_URI[sha256sum] = "b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8" | 8 | SRC_URI[sha256sum] = "b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
11 | |||
12 | RDEPENDS_${PN} += "\ | ||
13 | ${PYTHON_PN}-datetime \ | ||
14 | ${PYTHON_PN}-shell \ | ||
15 | " | ||