diff options
Diffstat (limited to 'meta-python/recipes-devtools/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 c9e8192b94..6d13e5f7ce 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 | " | ||