mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
python: fix RDEPENDS on several recipes, due to non-existent packages
The packaging has been altered slightly so ensure the dependencies are all still valid. (From OE-Core rev: 3328211afdef8ffb00dd4dff1143959d5412b075) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2afde7e7bd
commit
7aaffbede4
@@ -9,6 +9,6 @@ inherit pypi
|
||||
SRC_URI[md5sum] = "9b06b5997de2154f3bc0273f80bcef6b"
|
||||
SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-threading ${PYTHON_PN}-lang"
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-threading"
|
||||
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
@@ -17,19 +17,14 @@ SRC_URI[sha256sum] = "ad61bc25deadb535b047684d06f3654c001d9415e1971e51c9c20f5b51
|
||||
|
||||
DEPENDS = "${PYTHON_PN}-gitdb"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-argparse \
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-gitdb \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-lang \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-math \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-re \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-unittest \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
git \
|
||||
|
||||
@@ -17,7 +17,6 @@ RDEPENDS_${PN} += "${PYTHON_PN}-async \
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-crypt \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-lang \
|
||||
${PYTHON_PN}-mmap \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-smmap \
|
||||
|
||||
@@ -18,5 +18,4 @@ RDEPENDS_${PN} = "\
|
||||
python-subprocess \
|
||||
python-shell \
|
||||
python-pprint \
|
||||
python-importlib \
|
||||
"
|
||||
|
||||
@@ -30,15 +30,12 @@ RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-distutils \
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-importlib \
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pkgutil \
|
||||
${PYTHON_PN}-plistlib \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-subprocess \
|
||||
${PYTHON_PN}-stringold \
|
||||
${PYTHON_PN}-textutils \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-unittest \
|
||||
${PYTHON_PN}-xml \
|
||||
|
||||
@@ -13,7 +13,6 @@ SRC_URI[md5sum] = "d7932d5ace206bf4ae15198cf36fb6ab"
|
||||
SRC_URI[sha256sum] = "0e2b62b497bd5f0afebc002eda4d90df9d209c30ef257e8673c90a6b5c119d62"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-codecs \
|
||||
${PYTHON_PN}-lang \
|
||||
${PYTHON_PN}-mmap \
|
||||
"
|
||||
BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
@@ -37,7 +37,6 @@ do_install_append() {
|
||||
RDEPENDS_${PN} = "\
|
||||
python3-compile \
|
||||
python3-io \
|
||||
python3-enum \
|
||||
python3-html \
|
||||
python3-json \
|
||||
python3-netserver \
|
||||
|
||||
@@ -24,7 +24,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wa
|
||||
# we don't link against python3-pycairo -> RDEPENDS
|
||||
PACKAGECONFIG[cairo] = "--enable-cairo,--disable-cairo,cairo python3-pycairo, python3-pycairo"
|
||||
|
||||
RDEPENDS_${PN} += "python3-setuptools python3-importlib"
|
||||
RDEPENDS_${PN} += "python3-setuptools"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
PACKAGECONFIG_class-native = ""
|
||||
|
||||
Reference in New Issue
Block a user