The python3-textutils package was merged into core as part of the json manifest migration
Signed-off-by: Derek Straka <[email protected]> --- meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 1 - meta-python/recipes-devtools/python/python-asn1crypto.inc | 1 - meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb | 4 ++++ meta-python/recipes-devtools/python/python-jinja2.inc | 2 +- meta-python/recipes-devtools/python/python-jinja2_2.10.bb | 6 +++++- meta-python/recipes-devtools/python/python-jsonschema.inc | 1 - meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb | 1 + meta-python/recipes-devtools/python/python-netaddr.inc | 1 - meta-python/recipes-devtools/python/python-netaddr_0.7.19.bb | 4 ++++ .../recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb | 1 - 10 files changed, 15 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb index ff08361..9b7a381 100644 --- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb +++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb @@ -40,7 +40,6 @@ RDEPENDS_${PN}-bin = " \ python3-shell \ python3-stringold \ python3-subprocess \ - python3-textutils \ python3-threading \ " diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc index 0d3ee41..2777c21 100644 --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc @@ -18,7 +18,6 @@ RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-io \ ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-textutils \ ${PYTHON_PN}-subprocess \ " diff --git a/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb b/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb index 6af60c2..1218519 100644 --- a/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb +++ b/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb @@ -1,2 +1,6 @@ inherit setuptools require python-asn1crypto.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-textutils \ +" diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc index 510765b..0c0bf0d 100644 --- a/meta-python/recipes-devtools/python/python-jinja2.inc +++ b/meta-python/recipes-devtools/python/python-jinja2.inc @@ -8,7 +8,7 @@ SRC_URI[md5sum] = "61ef1117f945486472850819b8d1eb3d" SRC_URI[sha256sum] = "f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea01914a4" RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-textutils \ + ${PYTHON_PN}-math ${PYTHON_PN}-netclient \ ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \ ${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers" diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.10.bb b/meta-python/recipes-devtools/python/python-jinja2_2.10.bb index 0607521..5233cf4 100644 --- a/meta-python/recipes-devtools/python/python-jinja2_2.10.bb +++ b/meta-python/recipes-devtools/python/python-jinja2_2.10.bb @@ -1,4 +1,8 @@ inherit pypi setuptools require python-jinja2.inc -RDEPENDS_${PN} += "${PYTHON_PN}-lang ${PYTHON_PN}-re" +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-lang \ + ${PYTHON_PN}-re \ + ${PYTHON_PN}-textutils \ +" diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index 748ef6e..8413692 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc @@ -19,7 +19,6 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-shell \ ${PYTHON_PN}-strict-rfc3339 \ ${PYTHON_PN}-subprocess \ - ${PYTHON_PN}-textutils \ ${PYTHON_PN}-unittest \ " diff --git a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb index c118f2d..7407616 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb @@ -7,4 +7,5 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-functools32 \ ${PYTHON_PN}-lang \ ${PYTHON_PN}-re \ + ${PYTHON_PN}-textutils \ " diff --git a/meta-python/recipes-devtools/python/python-netaddr.inc b/meta-python/recipes-devtools/python/python-netaddr.inc index 486bfc6..5b6d4df 100644 --- a/meta-python/recipes-devtools/python/python-netaddr.inc +++ b/meta-python/recipes-devtools/python/python-netaddr.inc @@ -9,6 +9,5 @@ inherit pypi RDEPENDS_${PN} += " \ ${PYTHON_PN}-pprint \ - ${PYTHON_PN}-textutils \ ${PYTHON_PN}-xml \ " 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 5e089a9..ca5a79a 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 \ +" diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb index 1067d15..0e99917 100644 --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_1.0.15.bb @@ -4,5 +4,4 @@ require python-prompt-toolkit.inc RDEPENDS_${PN} += " \ ${PYTHON_PN}-datetime \ ${PYTHON_PN}-shell \ - ${PYTHON_PN}-textutils \ " -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
