Remove deprecated python3-re from the RDEPENDS

The python3-re package was removed as part of the migration to the
json manifest file.  The functionality is now part of core

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Derek Straka
2018-01-21 11:20:29 -05:00
committed by Armin Kuster
parent 1bb9de8f54
commit 87cc37b072
16 changed files with 16 additions and 8 deletions

View File

@@ -22,7 +22,6 @@ RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-six \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-wrapt \
${PYTHON_PN}-re \
${PYTHON_PN}-setuptools \
"

View File

@@ -5,5 +5,6 @@ RDEPENDS_${PN}_class-target += " \
${PYTHON_PN}-enum34 \
${PYTHON_PN}-backports-functools-lru-cache \
${PYTHON_PN}-importlib \
${PYTHON_PN}-re \
${PYTHON_PN}-singledispatch \
"

View File

@@ -11,7 +11,6 @@ DEPENDS += "${PYTHON_PN}-greenlet"
RDEPENDS_${PN} = "${PYTHON_PN}-greenlet \
${PYTHON_PN}-mime \
${PYTHON_PN}-pprint \
${PYTHON_PN}-re \
"
FILESEXTRAPATHS_prepend := "${THISDIR}/python-gevent:"

View File

@@ -1,3 +1,4 @@
require python-gevent.inc
inherit setuptools
RDEPENDS_${PN} += "${PYTHON_PN}-re"

View File

@@ -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}-re ${PYTHON_PN}-textutils \
${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-textutils \
${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \
${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers"

View File

@@ -1,2 +1,4 @@
inherit pypi setuptools
require python-jinja2.inc
RDEPENDS_${PN} += "${PYTHON_PN}-re"

View File

@@ -8,5 +8,5 @@ inherit pypi
SRC_URI[md5sum] = "0b20d819daf120ed3fef3be608f2ce18"
SRC_URI[sha256sum] = "11f5ffdf543a83047a2f54ac28f8caad7f34724cb1ea26b27547fd974f1a2153"
RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-stringold"
RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer ${PYTHON_PN}-netclient ${PYTHON_PN}-stringold"

View File

@@ -1,2 +1,4 @@
inherit setuptools
require python-jsonpatch.inc
RDEPENDS_${PN} += "${PYTHON_PN}-re"

View File

@@ -10,5 +10,4 @@ SRC_URI[sha256sum] = "c681af823545c731b7b38aedd5d4eee4c5eff87bc0f25e0ff25444a418
RDEPENDS_${PN} += " \
${PYTHON_PN}-json \
${PYTHON_PN}-re \
"

View File

@@ -1,2 +1,4 @@
inherit setuptools
require python-jsonpointer.inc
RDEPENDS_${PN} += "${PYTHON_PN}-re"

View File

@@ -16,7 +16,6 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-numbers \
${PYTHON_PN}-pkgutil \
${PYTHON_PN}-pprint \
${PYTHON_PN}-re \
${PYTHON_PN}-rfc3987 \
${PYTHON_PN}-shell \
${PYTHON_PN}-strict-rfc3339 \

View File

@@ -5,4 +5,5 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-argparse \
${PYTHON_PN}-contextlib \
${PYTHON_PN}-functools32 \
${PYTHON_PN}-re \
"

View File

@@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad491
PYPI_PACKAGE = "MarkupSafe"
inherit pypi
RDEPENDS_${PN} += "${PYTHON_PN}-re ${PYTHON_PN}-stringold"
RDEPENDS_${PN} += "${PYTHON_PN}-stringold"

View File

@@ -1,4 +1,6 @@
inherit setuptools
require python-markupsafe.inc
RDEPENDS_${PN} += "${PYTHON_PN}-re"
BBCLASSEXTEND = "native"

View File

@@ -10,7 +10,6 @@ SRC_URI[sha256sum] = "4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a3
inherit pypi
RDEPENDS_${PN} += "\
${PYTHON_PN}-re \
${PYTHON_PN}-io \
${PYTHON_PN}-netserver \
${PYTHON_PN}-numbers \

View File

@@ -1,2 +1,4 @@
inherit setuptools
require python-simplejson.inc
RDEPENDS_${PN} += "${PYTHON_PN}-re"