aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-21 11:20:36 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-22 20:09:59 -0800
commit6ec5f35e67502818c99869ac69ef3f2693c8bee6 (patch)
tree7ffc1257d6dc4c99e09a562fbdcde18f81dc238c /meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb
parent8c300789bd08d6e14689f12b1baa34c32e211ce7 (diff)
downloadmeta-openembedded-contrib-6ec5f35e67502818c99869ac69ef3f2693c8bee6.tar.gz
Remove deprecated python3-textutils from the RDEPENDS
The python3-textutils package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb b/meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb
index 5e089a90f2..ca5a79a788 100644
--- a/meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb
+++ b/meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb
@@ -1,2 +1,6 @@
require python-netaddr.inc
inherit setuptools
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-textutils \
+"