mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
Remove deprecated python3-selectors from the RDEPENDS
The python3-selectors 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:
parent
79080374c8
commit
df6f7688e8
|
|
@ -2,6 +2,5 @@ inherit setuptools3
|
|||
require python-asn1crypto.inc
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-selectors \
|
||||
${PYTHON_PN}-shell \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -4,5 +4,4 @@ require python-dnspython.inc
|
|||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
inherit setuptools3
|
||||
require python-hyperlink.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-selectors"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,2 @@
|
|||
require python-netaddr.inc
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||
|
||||
inherit setuptools3 python3native pypi
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-selectors"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-datetime"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,5 @@ require python-pymongo.inc
|
|||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PYTHON_PN}-bson += " \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-selectors \
|
||||
${PYTHON_PN}-subprocess \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -5,5 +5,3 @@ do_install_append() {
|
|||
rm -f ${D}${bindir}/miniterm.py
|
||||
rmdir ${D}${bindir}
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-selectors"
|
||||
|
|
|
|||
|
|
@ -3,5 +3,4 @@ require python-pysocks.inc
|
|||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -4,5 +4,4 @@ require python-whoosh.inc
|
|||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user