mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
Remove deprecated python3-argparse from the RDEPENDS
The python3-argparse 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
6c2571e713
commit
90b1f996af
|
|
@ -30,7 +30,6 @@ EXTRA_OECONF = "--disable-integration-tests"
|
|||
|
||||
FILES_${PN}-bin = "${bindir}"
|
||||
RDEPENDS_${PN}-bin = " \
|
||||
python3-argparse \
|
||||
python3-compression \
|
||||
python3-core \
|
||||
python3-crypt \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ SRC_URI[sha256sum] = "da89e94fa234d4ebe7f43a26d4b06a5d14ea767fbd2c4767732e4d9644
|
|||
PYPI_PACKAGE="python-can"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-importlib \
|
||||
${PYTHON_PN}-logging \
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@ require python-can.inc
|
|||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN}_class-target += "\
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-zlib \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,5 @@ FILES_${PN}-cli += " \
|
|||
"
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-logging \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
inherit setuptools
|
||||
require python-chardet.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-argparse"
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ FILES_${PN} += "${datadir}/django"
|
|||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-ctypes \
|
||||
${PYTHON_PN}-datetime \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
require python-django.inc
|
||||
inherit setuptools
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-zlib"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-argparse ${PYTHON_PN}-zlib"
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ FILES_${PN}-win32 = " \
|
|||
"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-fcntl \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-logging \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
inherit setuptools
|
||||
require python-pyserial.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-importlib"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-argparse ${PYTHON_PN}-importlib"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ inherit pypi
|
|||
DEPENDS += " \
|
||||
${PYTHON_PN}-setuptools-scm-native"
|
||||
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-argparse ${PYTHON_PN}-debugger ${PYTHON_PN}-json \
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-io"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ inherit setuptools
|
|||
require python-pytest-runner.inc
|
||||
|
||||
# Dependency only exists for python2
|
||||
RDEPENDS_${PN} += "python-compiler"
|
||||
RDEPENDS_${PN} += "python-argparse python-compiler"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools
|
|||
file://pytest_version_fix.patch "
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-attrs \
|
||||
${PYTHON_PN}-debugger \
|
||||
${PYTHON_PN}-json \
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ inherit pypi setuptools
|
|||
require python-pytest.inc
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-compiler \
|
||||
${PYTHON_PN}-funcsigs \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "e163e8a12d2121f77575773cfc2b5988275dc1f1d2541fdf780127c29d
|
|||
PYPI_PACKAGE = "setuptools_scm"
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN}_class-target = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-argparse ${PYTHON_PN}-debugger ${PYTHON_PN}-json"
|
||||
RDEPENDS_${PN}_class-target = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json"
|
||||
RDEPENDS_${PN}_class-native = "${PYTHON_PN}-setuptools-native"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
inherit setuptools
|
||||
require python-setuptools-scm.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-argparse"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ DISTUTILS_INSTALL_ARGS = "--prefix=${D}/${prefix} \
|
|||
FILES_${PN} += "${datadir}/*"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-argparse \
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-doctest \
|
||||
${PYTHON_PN}-logging \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user