mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
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 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
df6f7688e8
commit
ef52e99804
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "f84be1bb0040caca4cea721fcbbbbd61f9be9464ca236387158b0feea0
|
|||||||
|
|
||||||
RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \
|
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}-textutils \
|
||||||
${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \
|
${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \
|
||||||
${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers"
|
${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers"
|
||||||
|
|
||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
inherit pypi setuptools
|
inherit pypi setuptools
|
||||||
require python-jinja2.inc
|
require python-jinja2.inc
|
||||||
|
|
||||||
RDEPENDS_${PN} += "${PYTHON_PN}-re"
|
RDEPENDS_${PN} += "${PYTHON_PN}-lang ${PYTHON_PN}-re"
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ RDEPENDS_${PN} += " \
|
|||||||
${PYTHON_PN}-core \
|
${PYTHON_PN}-core \
|
||||||
${PYTHON_PN}-io \
|
${PYTHON_PN}-io \
|
||||||
${PYTHON_PN}-json \
|
${PYTHON_PN}-json \
|
||||||
${PYTHON_PN}-lang \
|
|
||||||
${PYTHON_PN}-netclient \
|
${PYTHON_PN}-netclient \
|
||||||
${PYTHON_PN}-numbers \
|
${PYTHON_PN}-numbers \
|
||||||
${PYTHON_PN}-pkgutil \
|
${PYTHON_PN}-pkgutil \
|
||||||
|
|||||||
@@ -5,5 +5,6 @@ RDEPENDS_${PN} += " \
|
|||||||
${PYTHON_PN}-argparse \
|
${PYTHON_PN}-argparse \
|
||||||
${PYTHON_PN}-contextlib \
|
${PYTHON_PN}-contextlib \
|
||||||
${PYTHON_PN}-functools32 \
|
${PYTHON_PN}-functools32 \
|
||||||
|
${PYTHON_PN}-lang \
|
||||||
${PYTHON_PN}-re \
|
${PYTHON_PN}-re \
|
||||||
"
|
"
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ SRC_URI[sha256sum] = "d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49
|
|||||||
|
|
||||||
RDEPENDS_${PN}_class-target += " \
|
RDEPENDS_${PN}_class-target += " \
|
||||||
${PYTHON_PN}-codecs \
|
${PYTHON_PN}-codecs \
|
||||||
${PYTHON_PN}-lang \
|
|
||||||
${PYTHON_PN}-logging \
|
${PYTHON_PN}-logging \
|
||||||
${PYTHON_PN}-math \
|
${PYTHON_PN}-math \
|
||||||
${PYTHON_PN}-shell \
|
${PYTHON_PN}-shell \
|
||||||
|
|||||||
@@ -1,2 +1,6 @@
|
|||||||
inherit pypi setuptools
|
inherit pypi setuptools
|
||||||
require python-pyasn1.inc
|
require python-pyasn1.inc
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "\
|
||||||
|
${PYTHON_PN}-lang \
|
||||||
|
"
|
||||||
|
|||||||
@@ -4,7 +4,3 @@ require python-cryptography.inc
|
|||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
|
||||||
${PYTHON_PN}-lang \
|
|
||||||
"
|
|
||||||
|
|||||||
@@ -1,8 +1,2 @@
|
|||||||
require python-pyudev.inc
|
require python-pyudev.inc
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
|
||||||
${PYTHON_PN}-lang \
|
|
||||||
"
|
|
||||||
|
|
||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
require python-twisted.inc
|
require python-twisted.inc
|
||||||
|
|
||||||
RDEPENDS_${PN}-core += "python3-lang"
|
|
||||||
|
|
||||||
FILES_${PN}-core_append += " \
|
FILES_${PN}-core_append += " \
|
||||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
|
${libdir}/${PYTHON_DIR}/site-packages/twisted/__pycache__ \
|
||||||
${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \
|
${libdir}/${PYTHON_DIR}/site-packages/twisted/python/__pycache__/*pyc \
|
||||||
|
|||||||
Reference in New Issue
Block a user