aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-jinja2_2.10.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-21 11:20:34 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-26 17:28:12 -0800
commitfff8a16bb1829e18e058b40bc7e84ffdaa5b0e91 (patch)
tree711f93c3fb51bca0711d752afc3586e1719717b0 /recipes-devtools/python/python-jinja2_2.10.bb
parentab9de59bda3c260be9345102d21021af057aabbd (diff)
downloadmeta-python2-fff8a16bb1829e18e058b40bc7e84ffdaa5b0e91.tar.gz
Remove deprecated python3-lang from the RDEPENDS
The python3-lang package was removed as part of the migration to the json manifest file. The functionality is now part of core (From meta-openembedded commit: ef52e998043384350b558dd4f75fdb0400e18a98) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-jinja2_2.10.bb')
-rw-r--r--recipes-devtools/python/python-jinja2_2.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-jinja2_2.10.bb b/recipes-devtools/python/python-jinja2_2.10.bb
index 19b2bfa..0607521 100644
--- a/recipes-devtools/python/python-jinja2_2.10.bb
+++ b/recipes-devtools/python/python-jinja2_2.10.bb
@@ -1,4 +1,4 @@
inherit pypi setuptools
require python-jinja2.inc
-RDEPENDS_${PN} += "${PYTHON_PN}-re"
+RDEPENDS_${PN} += "${PYTHON_PN}-lang ${PYTHON_PN}-re"