aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-20 09:12:16 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:51:06 -0700
commitd9fb1940ce16e99700a380021aa0e2747028d1da (patch)
treec7b4994c3a6c8e8948b64d5d7edec83eaf649db5
parent30b8f83caab03cb8841ad3505a4d05f45b33e5bd (diff)
downloadmeta-python2-d9fb1940ce16e99700a380021aa0e2747028d1da.tar.gz
python-isort: add shell and datetime to RDEPENDS
(From meta-openembedded commit: 33aa4d30a87b7b92586b08ae1497fb4070422714) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-isort.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-isort.inc b/recipes-devtools/python/python-isort.inc
index c9e8192..6d13e5f 100644
--- a/recipes-devtools/python/python-isort.inc
+++ b/recipes-devtools/python/python-isort.inc
@@ -8,3 +8,8 @@ SRC_URI[md5sum] = "fb554e9c8f9aa76e333a03d470a5cf52"
SRC_URI[sha256sum] = "b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8"
inherit pypi
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-datetime \
+ ${PYTHON_PN}-shell \
+"