mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
Remove deprecated python3-enum from the RDEPENDS
The python3-enum 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
87cc37b072
commit
6c2571e713
@@ -2,7 +2,6 @@ inherit setuptools3
|
||||
require python-asn1crypto.inc
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-selectors \
|
||||
${PYTHON_PN}-shell \
|
||||
"
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-automat.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-enum "
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
inherit pypi setuptools3
|
||||
require python-click.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-enum"
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-decorator.inc
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-enum \
|
||||
"
|
||||
|
||||
@@ -3,7 +3,6 @@ require python-dnspython.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
inherit setuptools3
|
||||
require python-hyperlink.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-selectors ${PYTHON_PN}-enum"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-selectors"
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
inherit setuptools3
|
||||
require python-jsonpatch.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum \
|
||||
"
|
||||
|
||||
@@ -25,7 +25,6 @@ RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-doctest \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
|
||||
@@ -2,6 +2,5 @@ require python-netaddr.inc
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
|
||||
@@ -11,4 +11,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
|
||||
inherit setuptools3 python3native pypi
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-selectors ${PYTHON_PN}-enum"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-selectors"
|
||||
|
||||
@@ -1,6 +1,2 @@
|
||||
require python-ply.inc
|
||||
inherit setuptools3
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-enum \
|
||||
"
|
||||
|
||||
@@ -3,7 +3,6 @@ require python-prompt-toolkit.inc
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-textutils \
|
||||
"
|
||||
|
||||
@@ -3,7 +3,6 @@ require python-pymongo.inc
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PYTHON_PN}-bson += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-selectors \
|
||||
${PYTHON_PN}-subprocess \
|
||||
|
||||
@@ -6,4 +6,4 @@ do_install_append() {
|
||||
rmdir ${D}${bindir}
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-selectors"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-selectors"
|
||||
|
||||
@@ -2,7 +2,6 @@ inherit pypi setuptools3
|
||||
require python-pysocks.inc
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
|
||||
@@ -3,6 +3,5 @@ require python-serpent.inc
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
|
||||
@@ -2,4 +2,4 @@ inherit setuptools3
|
||||
require python-sqlalchemy.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-enum ${PYTHON_PN}-misc"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-misc"
|
||||
|
||||
@@ -3,7 +3,6 @@ require python-whoosh.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user