aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-django_1.11.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-django_1.11.9.bb')
-rw-r--r--recipes-devtools/python/python-django_1.11.9.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-django_1.11.9.bb b/recipes-devtools/python/python-django_1.11.9.bb
index db48ffd..d2347cc 100644
--- a/recipes-devtools/python/python-django_1.11.9.bb
+++ b/recipes-devtools/python/python-django_1.11.9.bb
@@ -1,4 +1,8 @@
require python-django.inc
inherit setuptools
-RDEPENDS_${PN} += "${PYTHON_PN}-argparse ${PYTHON_PN}-zlib"
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-argparse \
+ ${PYTHON_PN}-subprocess \
+ ${PYTHON_PN}-zlib \
+"