meta-python: drop ${PYTHON_PN}

python 2 is long unsupported, so we no longer need this variable.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tim Orling 2024-02-19 20:10:24 -08:00 committed by Khem Raj
parent 16935136bd
commit 94c20e1ef4
No known key found for this signature in database
GPG Key ID: BB053355919D3314
231 changed files with 846 additions and 846 deletions

View File

@ -1,6 +1,6 @@
DEPENDS:append:class-target = " ${PYTHON_PN}-native ${PYTHON_PN}"
DEPENDS:append:class-nativesdk = " ${PYTHON_PN}-native ${PYTHON_PN}"
RDEPENDS:${PN} += "${@['', '${PYTHON_PN}-core']['${CLASSOVERRIDE}' == 'class-target']}"
DEPENDS:append:class-target = " python3-native python3"
DEPENDS:append:class-nativesdk = " python3-native python3"
RDEPENDS:${PN} += "${@['', 'python3-core']['${CLASSOVERRIDE}' == 'class-target']}"
inherit distutils-common-base python3native python3targetconfig

View File

@ -27,9 +27,9 @@ distutils3_do_compile() {
NO_FETCH_BUILD=1 \
STAGING_INCDIR=${STAGING_INCDIR} \
STAGING_LIBDIR=${STAGING_LIBDIR} \
${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py \
${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \
build --build-base=${B} ${DISTUTILS_BUILD_ARGS} || \
bbfatal_log "'${PYTHON_PN} setup.py build ${DISTUTILS_BUILD_ARGS}' execution failed."
bbfatal_log "'python3 setup.py build ${DISTUTILS_BUILD_ARGS}' execution failed."
}
distutils3_do_compile[vardepsexclude] = "MACHINE"
@ -39,9 +39,9 @@ distutils3_do_install() {
STAGING_INCDIR=${STAGING_INCDIR} \
STAGING_LIBDIR=${STAGING_LIBDIR} \
PYTHONPATH=${D}${PYTHON_SITEPACKAGES_DIR} \
${STAGING_BINDIR_NATIVE}/${PYTHON_PN}-native/${PYTHON_PN} setup.py \
${STAGING_BINDIR_NATIVE}/python3-native/python3 setup.py \
build --build-base=${B} install --skip-build ${DISTUTILS_INSTALL_ARGS} || \
bbfatal_log "'${PYTHON_PN} setup.py install ${DISTUTILS_INSTALL_ARGS}' execution failed."
bbfatal_log "'python3 setup.py install ${DISTUTILS_INSTALL_ARGS}' execution failed."
# support filenames with *spaces*
find ${D} -name "*.py" -exec grep -q ${D} {} \; \

View File

@ -8,4 +8,4 @@ SRC_URI[sha256sum] = "a83aca08fbe7aacb79fec788c9c0bac936343560ed9ec18b82a13a12c2
inherit pypi setuptools3
RDEPENDS:${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe"
RDEPENDS:${PN} += "python3-hpack python3-hyperframe"

View File

@ -9,7 +9,7 @@ PYPI_PACKAGE = "Pyro4"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-logging \
${PYTHON_PN}-serpent \
${PYTHON_PN}-threading \
python3-logging \
python3-serpent \
python3-threading \
"

View File

@ -12,12 +12,12 @@ inherit pypi python_setuptools_build_meta
BBCLASSEXTEND = "native nativesdk"
DEPENDS += " \
${PYTHON_PN}-pdm-native \
${PYTHON_PN}-pdm-backend-native \
python3-pdm-native \
python3-pdm-backend-native \
"
RDEPENDS:${PN} += " \
${PYTHON_PN}-core \
${PYTHON_PN}-json \
${PYTHON_PN}-netclient \
python3-core \
python3-json \
python3-netclient \
"

View File

@ -20,9 +20,9 @@ FILES:${PN}-tests += " \
"
RDEPENDS:${PN} += "\
${PYTHON_PN}-json \
${PYTHON_PN}-logging \
${PYTHON_PN}-netclient \
python3-json \
python3-logging \
python3-netclient \
"
RDEPENDS:${PN}-samples += " \
@ -31,5 +31,5 @@ RDEPENDS:${PN}-samples += " \
RDEPENDS:${PN}-tests += " \
${PN} \
${PYTHON_PN}-unittest \
python3-unittest \
"

View File

@ -13,5 +13,5 @@ inherit pypi
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} += "\
${PYTHON_PN}-django \
python3-django \
"

View File

@ -13,21 +13,21 @@ FILES:${PN} += "${datadir}/django"
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} += "\
${PYTHON_PN}-compression \
${PYTHON_PN}-ctypes \
${PYTHON_PN}-datetime \
${PYTHON_PN}-email \
${PYTHON_PN}-html \
${PYTHON_PN}-json \
${PYTHON_PN}-logging \
${PYTHON_PN}-multiprocessing \
${PYTHON_PN}-netserver \
${PYTHON_PN}-numbers \
${PYTHON_PN}-pkgutil \
${PYTHON_PN}-pytz \
${PYTHON_PN}-threading \
${PYTHON_PN}-unixadmin \
${PYTHON_PN}-xml \
python3-compression \
python3-ctypes \
python3-datetime \
python3-email \
python3-html \
python3-json \
python3-logging \
python3-multiprocessing \
python3-netserver \
python3-numbers \
python3-pkgutil \
python3-pytz \
python3-threading \
python3-unixadmin \
python3-xml \
"
CVE_PRODUCT = "django"

View File

@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef
PYPI_PACKAGE = "Flask-Bootstrap"
RDEPENDS:${PN} += "\
${PYTHON_PN}-dominate \
${PYTHON_PN}-flask \
${PYTHON_PN}-visitor \
python3-dominate \
python3-flask \
python3-visitor \
"

View File

@ -11,6 +11,6 @@ SRC_URI += "file://remove-pip-requires.patch"
PYPI_PACKAGE = "Flask-XStatic"
RDEPENDS:${PN} += "\
${PYTHON_PN}-flask \
${PYTHON_PN}-xstatic \
python3-flask \
python3-xstatic \
"

View File

@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "8cbd76cd18c4f870ff39b24284d3ea028fbe8731a58df3aa581e434c57
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-pprint \
python3-pprint \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -11,8 +11,8 @@ PYPI_PACKAGE = "aiodns"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-asyncio \
${PYTHON_PN}-pycares \
python3-asyncio \
python3-pycares \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -11,5 +11,5 @@ PYPI_PACKAGE = "aiofiles"
inherit pypi python_hatchling
RDEPENDS:${PN} = "\
${PYTHON_PN}-asyncio \
python3-asyncio \
"

View File

@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "a3a7ff5264e5bca52e8ae547bbfd0761b72495230d438d05b6c0915be6
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-jinja2 \
${PYTHON_PN}-aiohttp \
python3-jinja2 \
python3-aiohttp \
"

View File

@ -10,11 +10,11 @@ PYPI_PACKAGE = "aiohttp"
inherit python_setuptools_build_meta pypi
RDEPENDS:${PN} = "\
${PYTHON_PN}-aiohappyeyeballs \
${PYTHON_PN}-aiosignal \
${PYTHON_PN}-async-timeout \
${PYTHON_PN}-frozenlist \
${PYTHON_PN}-multidict \
${PYTHON_PN}-yarl \
${PYTHON_PN}-aiodns \
python3-aiohappyeyeballs \
python3-aiosignal \
python3-async-timeout \
python3-frozenlist \
python3-multidict \
python3-yarl \
python3-aiodns \
"

View File

@ -9,8 +9,8 @@ SRC_URI[sha256sum] = "29b5e5ae05938cac195b1969e70bd6ad4e4e2e105d0e565849803d2a99
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += " \
${PYTHON_PN}-aiohttp \
${PYTHON_PN}-asyncio-throttle \
${PYTHON_PN}-profile \
${PYTHON_PN}-awesomeversion \
python3-aiohttp \
python3-asyncio-throttle \
python3-profile \
python3-awesomeversion \
"

View File

@ -10,5 +10,5 @@ inherit pypi setuptools3
BBCLASSEXTEND = "native nativesdk"
RDEPENDS:${PN} = "\
${PYTHON_PN}-frozenlist \
python3-frozenlist \
"

View File

@ -9,11 +9,11 @@ SRC_URI[sha256sum] = "4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc
PYPI_PACKAGE = "alembic"
RDEPENDS:${PN} += "\
${PYTHON_PN}-dateutil \
${PYTHON_PN}-editor \
${PYTHON_PN}-mako \
${PYTHON_PN}-sqlalchemy \
${PYTHON_PN}-misc \
python3-dateutil \
python3-editor \
python3-mako \
python3-sqlalchemy \
python3-misc \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -10,10 +10,10 @@ SRC_URI[sha256sum] = "5c6837a13ecc1903aab7a545353312049dfedfe5105362ad3a8d9d2078
inherit pypi python_setuptools_build_meta
DEPENDS += " \
${PYTHON_PN}-setuptools-scm-native \
python3-setuptools-scm-native \
"
RDEPENDS:${PN} = " \
${PYTHON_PN}-six \
${PYTHON_PN}-compression \
python3-six \
python3-compression \
"

View File

@ -10,8 +10,8 @@ PYPI_PACKAGE = "argcomplete"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-core \
${PYTHON_PN}-io \
python3-core \
python3-io \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -10,8 +10,8 @@ inherit pypi setuptools3
# setup.py of Arpeggio needs this.
DEPENDS += "\
${PYTHON_PN}-pytest-runner-native \
${PYTHON_PN}-wheel-native \
python3-pytest-runner-native \
python3-wheel-native \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -9,5 +9,5 @@ SRC_URI[sha256sum] = "d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4
inherit setuptools3 pypi
RDEPENDS:${PN} += " \
${PYTHON_PN}-dateutil \
python3-dateutil \
"

View File

@ -9,8 +9,8 @@ SRC_URI[sha256sum] = "4148645659b08b70d72460ed1921158027a9e53ae8b7234149b1400edd
inherit pypi python_setuptools_build_meta
DEPENDS += "\
${PYTHON_PN}-pytest-runner-native \
${PYTHON_PN}-wheel-native \
python3-pytest-runner-native \
python3-wheel-native \
"
PACKAGES =+ "${PN}-tests"
@ -21,17 +21,17 @@ FILES:${PN}-tests += " \
"
RDEPENDS:${PN}:class-target += "\
${PYTHON_PN}-lazy-object-proxy \
${PYTHON_PN}-logging \
${PYTHON_PN}-six \
${PYTHON_PN}-wrapt \
${PYTHON_PN}-setuptools \
${PYTHON_PN}-typing-extensions \
python3-lazy-object-proxy \
python3-logging \
python3-six \
python3-wrapt \
python3-setuptools \
python3-typing-extensions \
"
RDEPENDS:${PN}-tests:class-target += "\
${PYTHON_PN}-unittest \
${PYTHON_PN}-xml \
python3-unittest \
python3-xml \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "b03869718ba9a6eb027e134bfdf69f38a236d681c83c160d510768af11
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} += " \
${PYTHON_PN}-six \
python3-six \
"
BBCLASSEXTEND = "native"

View File

@ -14,5 +14,5 @@ PYPI_PACKAGE = "async-timeout"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} = "\
${PYTHON_PN}-asyncio \
python3-asyncio \
"

View File

@ -8,14 +8,14 @@ SRC_URI[sha256sum] = "ec9421c52a2103364d1ef0468036e6019ee84f71721e86b36fe19ad696
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-twisted \
${PYTHON_PN}-zopeinterface \
${PYTHON_PN}-py-ubjson \
${PYTHON_PN}-cbor2 \
${PYTHON_PN}-u-msgpack-python \
${PYTHON_PN}-lz4 \
${PYTHON_PN}-snappy \
${PYTHON_PN}-pyopenssl \
${PYTHON_PN}-txaio \
${PYTHON_PN}-six \
python3-twisted \
python3-zopeinterface \
python3-py-ubjson \
python3-cbor2 \
python3-u-msgpack-python \
python3-lz4 \
python3-snappy \
python3-pyopenssl \
python3-txaio \
python3-six \
"

View File

@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4ad213bcca81688e94593e5f60c87477"
SRC_URI[sha256sum] = "e56beb84edad19dcc11d30e8d9b895f75deeb5ef5e96b84a467066b3b84bb04e"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
DEPENDS += "python3-setuptools-scm-native"
PYPI_PACKAGE = "Automat"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-attrs \
${PYTHON_PN}-six \
python3-attrs \
python3-six \
"

View File

@ -27,15 +27,15 @@ do_install:append() {
PACKAGES =+ "${PN}-examples"
RDEPENDS:${PN} += " \
${PYTHON_PN}-crypt \
${PYTHON_PN}-datetime \
${PYTHON_PN}-io \
${PYTHON_PN}-json \
${PYTHON_PN}-logging \
${PYTHON_PN}-math \
${PYTHON_PN}-netclient \
${PYTHON_PN}-numbers \
${PYTHON_PN}-threading \
python3-crypt \
python3-datetime \
python3-io \
python3-json \
python3-logging \
python3-math \
python3-netclient \
python3-numbers \
python3-threading \
"
RDEPENDS:${PN}-examples += "${PN}"

View File

@ -8,11 +8,11 @@ SRC_URI[sha256sum] = "74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7
inherit pypi python_hatchling
RDEPENDS:${PN} = "\
${PYTHON_PN}-html5lib \
${PYTHON_PN}-lxml \
${PYTHON_PN}-soupsieve \
${PYTHON_PN}-html \
${PYTHON_PN}-logging \
python3-html5lib \
python3-lxml \
python3-soupsieve \
python3-html \
python3-logging \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -12,7 +12,7 @@ S = "${WORKDIR}/git"
inherit setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-parse-type \
${PYTHON_PN}-setuptools \
${PYTHON_PN}-six \
python3-parse-type \
python3-setuptools \
python3-six \
"

View File

@ -10,10 +10,10 @@ PYPI_PACKAGE = "bitstring"
inherit pypi python_poetry_core
RDEPENDS:${PN} = "\
${PYTHON_PN}-core \
${PYTHON_PN}-io \
${PYTHON_PN}-mmap \
${PYTHON_PN}-numbers \
python3-core \
python3-io \
python3-mmap \
python3-numbers \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "81de08ac11bcb85841e440c13611c00b67d3bf82698314928d0b676362
inherit pypi setuptools3
RDEPENDS:${PN} = "\
${PYTHON_PN}-cffi \
python3-cffi \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -12,13 +12,13 @@ inherit pypi python_poetry_core
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} += "\
${PYTHON_PN}-can \
${PYTHON_PN}-bitstruct \
${PYTHON_PN}-core \
${PYTHON_PN}-textparser \
${PYTHON_PN}-typing-extensions \
${PYTHON_PN}-diskcache \
${PYTHON_PN}-asyncio \
python3-can \
python3-bitstruct \
python3-core \
python3-textparser \
python3-typing-extensions \
python3-diskcache \
python3-asyncio \
"
CLEANBROKEN = "1"

View File

@ -13,16 +13,16 @@ SRC_URI[sha256sum] = "0a34f9534356e5fd33af8cdda109d5e945b6335cb50399b267c46368c4
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-cython \
${PYTHON_PN}-geomet \
${PYTHON_PN}-json \
${PYTHON_PN}-misc \
${PYTHON_PN}-multiprocessing \
${PYTHON_PN}-numbers \
${PYTHON_PN}-six \
python3-cython \
python3-geomet \
python3-json \
python3-misc \
python3-multiprocessing \
python3-numbers \
python3-six \
libevent \
"
DEPENDS += "\
${PYTHON_PN}-cython \
python3-cython \
"

View File

@ -9,5 +9,5 @@ SRC_URI[sha256sum] = "f25b3c634efe702896233690f7590e8d6311590910f18dbb763b90419d
inherit pypi setuptools3
RDEPENDS:${PN} = "\
${PYTHON_PN}-requests \
python3-requests \
"

View File

@ -8,8 +8,8 @@ SRC_URI[sha256sum] = "f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-core \
${PYTHON_PN}-logging \
${PYTHON_PN}-codecs \
${PYTHON_PN}-json \
python3-core \
python3-logging \
python3-codecs \
python3-json \
"

View File

@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "17849c23dba3d667247dc4defe1757fff98694e90fe37474f3feebb69c
inherit pypi setuptools3
RDEPENDS:${PN} = "${PYTHON_PN}-click ${PYTHON_PN}-prompt-toolkit"
RDEPENDS:${PN} = "python3-click python3-prompt-toolkit"

View File

@ -3,21 +3,21 @@ HOMEPAGE = "https://github.com/python-cmd2/cmd2"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fad7740aa21780c8b9a214f5b320b4ad"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
DEPENDS += "python3-setuptools-scm-native"
SRC_URI[sha256sum] = "71873c11f72bd19e2b1db578214716f0d4f7c8fa250093c601265a9a717dee52"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-attrs \
${PYTHON_PN}-colorama \
${PYTHON_PN}-pyperclip \
${PYTHON_PN}-wcwidth \
${PYTHON_PN}-compression \
${PYTHON_PN}-pydoc \
${PYTHON_PN}-json \
${PYTHON_PN}-numbers \
python3-attrs \
python3-colorama \
python3-pyperclip \
python3-wcwidth \
python3-compression \
python3-pydoc \
python3-json \
python3-numbers \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"
DEPENDS += " \
${PYTHON_PN}-hatchling-native \
python3-hatchling-native \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -11,7 +11,7 @@ SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0
PYPI_PACKAGE="colorclass"
RDEPENDS:${PN} += "\
${PYTHON_PN}-ctypes \
python3-ctypes \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -13,7 +13,7 @@ do_install:append() {
}
RDEPENDS:${PN} += "\
${PYTHON_PN}-humanfriendly \
python3-humanfriendly \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -10,12 +10,12 @@ PYPI_PACKAGE = "ConfigArgParse"
inherit pypi setuptools3
PACKAGECONFIG ?= "yaml"
PACKAGECONFIG[yaml] = ",,,${PYTHON_PN}-pyyaml"
PACKAGECONFIG[yaml] = ",,,python3-pyyaml"
RDEPENDS:${PN} += "\
${PYTHON_PN}-core \
${PYTHON_PN}-shell \
${PYTHON_PN}-json \
python3-core \
python3-shell \
python3-json \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -7,6 +7,6 @@ SRC_URI[sha256sum] = "aa92b70a33e2ac0bb33cd745eb61776594dc48764b06c35e0efd050b7f
inherit pypi python_poetry_core
DEPENDS += "${PYTHON_PN}-versioneer-native"
DEPENDS += "python3-versioneer-native"
RDEPENDS:${PN} += "${PYTHON_PN}-json"
RDEPENDS:${PN} += "python3-json"

View File

@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f2
inherit pypi setuptools3
RDEPENDS:${PN} += "${PYTHON_PN}-unittest"
RDEPENDS:${PN} += "python3-unittest"
BBCLASSEXTEND = "native nativesdk"

View File

@ -9,5 +9,5 @@ SRC_URI[sha256sum] = "4503dc59f4ced53a54643272c61dc305d1dbbfbd7d6bdf296948de9f34
inherit pypi setuptools3
DEPENDS += "${PYTHON_PN}-cython-native"
RDEPENDS:${PN} += "${PYTHON_PN}-toolz"
DEPENDS += "python3-cython-native"
RDEPENDS:${PN} += "python3-toolz"

View File

@ -2,10 +2,10 @@ DESCRIPTION = "Library to implement a well-behaved Unix daemon process"
HOMEPAGE = "https://pagure.io/python-daemon/"
SECTION = "devel/python"
DEPENDS += "${PYTHON_PN}-docutils-native"
RDEPENDS:${PN} = "${PYTHON_PN}-docutils \
${PYTHON_PN}-lockfile (>= 0.10) \
${PYTHON_PN}-resource \
DEPENDS += "python3-docutils-native"
RDEPENDS:${PN} = "python3-docutils \
python3-lockfile (>= 0.10) \
python3-resource \
"
LICENSE = "Apache-2.0 & GPL-3.0-only"

View File

@ -13,13 +13,13 @@ inherit pypi python_setuptools_build_meta
PACKAGES =+ "${PN}-zoneinfo"
FILES:${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
DEPENDS += "python3-setuptools-scm-native"
RDEPENDS:${PN} = "\
${PYTHON_PN}-datetime \
${PYTHON_PN}-numbers \
${PYTHON_PN}-six \
${PYTHON_PN}-stringold \
python3-datetime \
python3-numbers \
python3-six \
python3-stringold \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -14,5 +14,5 @@ SRC_URI[sha256sum] = "637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253a
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-stringold \
python3-stringold \
"

View File

@ -9,5 +9,5 @@ SRC_URI[sha256sum] = "e5323eb936458dccc2582dc6f9c322c852a775a27065ff2b0c4970b9d5
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-wrapt \
python3-wrapt \
"

View File

@ -10,10 +10,10 @@ inherit pypi setuptools3
PYPI_PACKAGE_EXT = "tar.gz"
RDEPENDS:${PN} += "\
${PYTHON_PN}-multiprocessing \
${PYTHON_PN}-logging \
${PYTHON_PN}-profile \
${PYTHON_PN}-core \
python3-multiprocessing \
python3-logging \
python3-profile \
python3-core \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -10,13 +10,13 @@ PYPI_PACKAGE = "diskcache"
inherit pypi setuptools3
RDEPENDS:${PN} = "\
${PYTHON_PN}-json \
${PYTHON_PN}-pickle \
${PYTHON_PN}-sqlite3 \
${PYTHON_PN}-core \
${PYTHON_PN}-io \
${PYTHON_PN}-compression \
${PYTHON_PN}-threading \
python3-json \
python3-pickle \
python3-sqlite3 \
python3-core \
python3-io \
python3-compression \
python3-threading \
"
CLEANBROKEN = "1"

View File

@ -10,10 +10,10 @@ SRC_URI[sha256sum] = "2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} = "\
${PYTHON_PN}-core \
${PYTHON_PN}-json \
${PYTHON_PN}-logging \
${PYTHON_PN}-shell \
python3-core \
python3-json \
python3-logging \
python3-shell \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -4,8 +4,8 @@ inherit setuptools3
SRC_URI[sha256sum] = "b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13"
RDEPENDS:${PN} += "\
${PYTHON_PN}-sqlparse \
${PYTHON_PN}-asgiref \
python3-sqlparse \
python3-asgiref \
"
# Set DEFAULT_PREFERENCE so that the LTS version of django is built by

View File

@ -4,6 +4,6 @@ inherit setuptools3
SRC_URI[sha256sum] = "b5bb1d11b2518a5f91372a282f24662f58f66749666b0a286ab057029f728080"
RDEPENDS:${PN} += "\
${PYTHON_PN}-sqlparse \
${PYTHON_PN}-asgiref \
python3-sqlparse \
python3-asgiref \
"

View File

@ -12,5 +12,5 @@ PYPI_PACKAGE = "djangorestframework"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-django \
python3-django \
"

View File

@ -9,11 +9,11 @@ PYPI_PACKAGE = "elementpath"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-xml \
${PYTHON_PN}-core \
${PYTHON_PN}-numbers \
${PYTHON_PN}-datetime \
${PYTHON_PN}-stringold \
python3-xml \
python3-core \
python3-numbers \
python3-datetime \
python3-stringold \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -9,12 +9,12 @@ SRC_URI[sha256sum] = "2ffc7a0c7538053a06a7d11495c16c7ad9897dd42be0f64ca7551e9f6e
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-bitarray \
${PYTHON_PN}-eth-abi \
${PYTHON_PN}-eth-keyfile \
${PYTHON_PN}-eth-keys \
${PYTHON_PN}-eth-rlp \
${PYTHON_PN}-eth-utils \
${PYTHON_PN}-hexbytes \
${PYTHON_PN}-rlp \
python3-bitarray \
python3-eth-abi \
python3-eth-keyfile \
python3-eth-keys \
python3-eth-rlp \
python3-eth-utils \
python3-hexbytes \
python3-rlp \
"

View File

@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "ae72889e60db6acbb3872c288cfa02ed157f4c27630fcd7f9c8442302c
inherit pypi setuptools3
RDEPENDS:${PN} = "\
${PYTHON_PN}-logging \
${PYTHON_PN}-pycryptodome \
python3-logging \
python3-pycryptodome \
"

View File

@ -9,8 +9,8 @@ SRC_URI[sha256sum] = "d61dbda892ee1220f28fb3663c08f6383c305db9f1f5624dc585c9cd05
inherit pypi setuptools3
RDEPENDS:${PN} = " \
${PYTHON_PN}-eth-utils \
${PYTHON_PN}-hexbytes \
${PYTHON_PN}-rlp \
${PYTHON_PN}-typing-extensions \
python3-eth-utils \
python3-hexbytes \
python3-rlp \
python3-typing-extensions \
"

View File

@ -14,9 +14,9 @@ do_compile:prepend() {
SETUPTOOLS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h"
RDEPENDS:${PN} += "\
${PYTHON_PN}-ctypes \
${PYTHON_PN}-fcntl \
${PYTHON_PN}-io \
${PYTHON_PN}-shell \
${PYTHON_PN}-stringold \
python3-ctypes \
python3-fcntl \
python3-io \
python3-shell \
python3-stringold \
"

View File

@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "3b2eede94d64538cb894eec50302a881e056ed7e057f0e24fb45b28a19
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-dnspython \
${PYTHON_PN}-six \
${PYTHON_PN}-greenlet \
python3-dnspython \
python3-six \
python3-greenlet \
"

View File

@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "b4f37c3ac52d8a445af3a66bce57b33b5e90b97c696b7b984f530cf8f0
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "\
${PYTHON_PN}-logging \
${PYTHON_PN}-fcntl \
python3-logging \
python3-fcntl \
"

View File

@ -13,9 +13,9 @@ inherit pypi setuptools3
RDEPENDS:${PN} += " \
file \
${PYTHON_PN}-core \
${PYTHON_PN}-ctypes \
${PYTHON_PN}-threading \
python3-core \
python3-ctypes \
python3-threading \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -12,5 +12,5 @@ BBCLASSEXTEND = "native nativesdk"
inherit pypi python_hatchling
DEPENDS += "\
${PYTHON_PN}-hatch-vcs-native \
python3-hatch-vcs-native \
"

View File

@ -9,7 +9,7 @@ PYPI_PACKAGE = "flask_babel"
inherit pypi python_poetry_core
RDEPENDS:${PN} += "\
${PYTHON_PN}-speaklater \
${PYTHON_PN}-babel \
${PYTHON_PN}-flask \
python3-speaklater \
python3-babel \
python3-flask \
"

View File

@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "8ac4c732aa5b11d9f6c2de58065d3b669f139518ca8f529bce943817e2
inherit pypi setuptools3
RDEPENDS:${PN} += "${PYTHON_PN}-flask"
RDEPENDS:${PN} += "python3-flask"

View File

@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "49c0672fbde0f1cd3374bd834918d28956e3c521c7e00089cdc5380d32
inherit pypi setuptools3
RDEPENDS:${PN} += "${PYTHON_PN}-pyjwt ${PYTHON_PN}-flask"
RDEPENDS:${PN} += "python3-pyjwt python3-flask"

View File

@ -12,4 +12,4 @@ PYPI_PACKAGE = "Flask-Login"
inherit pypi setuptools3
RDEPENDS:${PN}:class-target = "${PYTHON_PN}-flask"
RDEPENDS:${PN}:class-target = "python3-flask"

View File

@ -9,7 +9,7 @@ PYPI_PACKAGE = "Flask-Migrate"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "\
${PYTHON_PN}-flask-sqlalchemy \
${PYTHON_PN}-alembic \
${PYTHON_PN}-flask \
python3-flask-sqlalchemy \
python3-alembic \
python3-flask \
"

View File

@ -10,6 +10,6 @@ PYPI_PACKAGE = "flask-nav"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-blinker \
${PYTHON_PN}-flask \
python3-blinker \
python3-flask \
"

View File

@ -12,6 +12,6 @@ PYPI_PACKAGE = "Flask-PyMongo"
inherit pypi setuptools3
DEPENDS = "${PYTHON_PN}-vcversioner ${PYTHON_PN}-vcversioner-native"
DEPENDS = "python3-vcversioner python3-vcversioner-native"
RDEPENDS:${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask"
RDEPENDS:${PN} = "python3-pymongo python3-flask"

View File

@ -12,4 +12,4 @@ inherit pypi setuptools3
PYPI_PACKAGE = "Flask-RESTful"
RDEPENDS:${PN} = "${PYTHON_PN}-flask"
RDEPENDS:${PN} = "python3-flask"

View File

@ -12,6 +12,6 @@ PYPI_PACKAGE = "Flask-SocketIO"
SRC_URI[sha256sum] = "bb8f9f9123ef47632f5ce57a33514b0c0023ec3696b2384457f0fcaa5b70501c"
RDEPENDS:${PN} += "\
${PYTHON_PN}-flask \
${PYTHON_PN}-socketio \
python3-flask \
python3-socketio \
"

View File

@ -10,4 +10,4 @@ UPSTREAM_CHECK_REGEX = "/Flask-SQLAlchemy/(?P<pver>(\d+[\.\-_]*)+)"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} = "${PYTHON_PN}-sqlalchemy ${PYTHON_PN}-flask"
RDEPENDS:${PN} = "python3-sqlalchemy python3-flask"

View File

@ -10,5 +10,5 @@ PYPI_PACKAGE = "Flask-Uploads"
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-flask \
python3-flask \
"

View File

@ -11,8 +11,8 @@ UPSTREAM_CHECK_REGEX = "/Flask-WTF/(?P<pver>(\d+[\.\-_]*)+)"
inherit pypi python_hatchling
RDEPENDS:${PN} = "\
${PYTHON_PN}-flask \
${PYTHON_PN}-itsdangerous \
${PYTHON_PN}-json \
${PYTHON_PN}-wtforms \
python3-flask \
python3-itsdangerous \
python3-json \
python3-wtforms \
"

View File

@ -16,10 +16,10 @@ inherit pypi python_setuptools_build_meta
CLEANBROKEN = "1"
RDEPENDS:${PN} = " \
${PYTHON_PN}-blinker \
${PYTHON_PN}-click \
${PYTHON_PN}-itsdangerous \
${PYTHON_PN}-jinja2 \
${PYTHON_PN}-profile \
${PYTHON_PN}-werkzeug \
python3-blinker \
python3-click \
python3-itsdangerous \
python3-jinja2 \
python3-profile \
python3-werkzeug \
"

View File

@ -8,8 +8,8 @@ SRC_URI[sha256sum] = "c037a86e8513059a2613aaba4d817bb90b9d9b6b69aace3ce9c877e8c8
inherit pypi python_setuptools_build_meta
DEPENDS += " \
${PYTHON_PN}-expandvars-native \
${PYTHON_PN}-cython-native \
python3-expandvars-native \
python3-cython-native \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -12,6 +12,6 @@ S = "${WORKDIR}/git"
inherit setuptools3
PIP_INSTALL_PACKAGE = "gcovr"
RDEPENDS:${PN} += "${PYTHON_PN}-jinja2 ${PYTHON_PN}-lxml ${PYTHON_PN}-setuptools ${PYTHON_PN}-pygments ${PYTHON_PN}-multiprocessing"
RDEPENDS:${PN} += "python3-jinja2 python3-lxml python3-setuptools python3-pygments python3-multiprocessing"
BBCLASSEXTEND = "native nativesdk"

View File

@ -16,10 +16,10 @@ inherit setuptools3
PIP_INSTALL_PACKAGE = "geomet"
RDEPENDS:${PN} += "\
${PYTHON_PN}-click \
${PYTHON_PN}-core \
${PYTHON_PN}-io \
${PYTHON_PN}-json \
${PYTHON_PN}-logging \
${PYTHON_PN}-six \
python3-click \
python3-core \
python3-io \
python3-json \
python3-logging \
python3-six \
"

View File

@ -4,11 +4,11 @@ a high-level synchronous API on top of the libevent event loop."
HOMEPAGE = "http://www.gevent.org"
LICENSE = "MIT & Python-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65"
DEPENDS += "${PYTHON_PN}-greenlet libev libuv c-ares python3-cython-native"
DEPENDS += "python3-greenlet libev libuv c-ares python3-cython-native"
RDEPENDS:${PN} = "${PYTHON_PN}-greenlet \
${PYTHON_PN}-mime \
${PYTHON_PN}-pprint \
RDEPENDS:${PN} = "python3-greenlet \
python3-mime \
python3-pprint \
"
SRC_URI += "file://0001-_setuputils.py-Do-not-add-sys_inc_dir.patch"

View File

@ -8,18 +8,18 @@ inherit pypi setuptools3
SRC_URI[sha256sum] = "032d37b45d1d6bdaf68fb11ff621e2593263a239fa9246e2e94325f9c47876d2"
RDEPENDS:${PN} += "\
${PYTHON_PN}-asyncio \
${PYTHON_PN}-datetime \
${PYTHON_PN}-logging \
${PYTHON_PN}-math \
python3-asyncio \
python3-datetime \
python3-logging \
python3-math \
"
RDEPENDS:${PN} += "\
${PYTHON_PN}-googleapis-common-protos \
${PYTHON_PN}-google-auth \
${PYTHON_PN}-grpcio \
${PYTHON_PN}-protobuf \
${PYTHON_PN}-pytz \
${PYTHON_PN}-requests \
${PYTHON_PN}-six \
python3-googleapis-common-protos \
python3-google-auth \
python3-grpcio \
python3-protobuf \
python3-pytz \
python3-requests \
python3-six \
"

View File

@ -9,12 +9,12 @@ SRC_URI[sha256sum] = "f9f32361e16114d62929638fe07f77be30216b079ad316dc2ced859d9f
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-logging \
${PYTHON_PN}-six \
${PYTHON_PN}-json \
${PYTHON_PN}-core \
${PYTHON_PN}-netclient \
${PYTHON_PN}-httplib2 \
${PYTHON_PN}-uritemplate \
${PYTHON_PN}-google-api-core \
python3-logging \
python3-six \
python3-json \
python3-core \
python3-netclient \
python3-httplib2 \
python3-uritemplate \
python3-google-api-core \
"

View File

@ -9,6 +9,6 @@ SRC_URI[sha256sum] = "292d2d3783349f2b0734a0a0207b1e1e322ac193c2c09d8f7c613fb7cc
inherit pypi setuptools3
RDEPENDS:${PN} = " \
${PYTHON_PN}-google-auth \
${PYTHON_PN}-requests-oauthlib \
python3-google-auth \
python3-requests-oauthlib \
"

View File

@ -8,19 +8,19 @@ inherit pypi setuptools3
SRC_URI[sha256sum] = "e863a56ccc2d8efa83df7a80272601e43487fa9a728a376205c86c26aaefa821"
RDEPENDS:${PN} += "\
${PYTHON_PN}-asyncio \
${PYTHON_PN}-datetime \
${PYTHON_PN}-io \
${PYTHON_PN}-json \
${PYTHON_PN}-logging \
${PYTHON_PN}-netclient \
${PYTHON_PN}-numbers \
python3-asyncio \
python3-datetime \
python3-io \
python3-json \
python3-logging \
python3-netclient \
python3-numbers \
"
RDEPENDS:${PN} += "\
${PYTHON_PN}-aiohttp \
${PYTHON_PN}-cachetools \
${PYTHON_PN}-pyasn1-modules \
${PYTHON_PN}-rsa \
${PYTHON_PN}-six \
python3-aiohttp \
python3-cachetools \
python3-pyasn1-modules \
python3-rsa \
python3-six \
"

View File

@ -8,6 +8,6 @@ inherit pypi setuptools3
SRC_URI[sha256sum] = "83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277"
RDEPENDS:${PN} += "\
${PYTHON_PN}-grpcio \
${PYTHON_PN}-protobuf \
python3-grpcio \
python3-protobuf \
"

View File

@ -10,7 +10,7 @@ inherit pypi setuptools3
PYPI_PACKAGE_EXT = "zip"
RDEPENDS:${PN} += " \
${PYTHON_PN}-logging \
python3-logging \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=7145f7cdd263359b62
inherit pypi setuptools3
DEPENDS += "${PYTHON_PN}-grpcio"
DEPENDS += "python3-grpcio"
SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \
"
SRC_URI[sha256sum] = "da08224ab8675c6d464b988bd8ca02cccd2bf0275bceefe8f6219bfd4a4f5e85"
RDEPENDS:${PN} = "${PYTHON_PN}-grpcio"
RDEPENDS:${PN} = "python3-grpcio"
BBCLASSEXTEND = "native nativesdk"

View File

@ -4,7 +4,7 @@ SECTION = "devel/python"
LICENSE = "Apache-2.0 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=731e401b36f8077ae0c134b59be5c906"
DEPENDS += "${PYTHON_PN}-protobuf"
DEPENDS += "python3-protobuf"
SRC_URI += "file://0001-Include-missing-cstdint-header.patch \
file://abseil-ppc-fixes.patch \
@ -12,9 +12,9 @@ SRC_URI += "file://0001-Include-missing-cstdint-header.patch \
"
SRC_URI[sha256sum] = "dd1d3a8d1d2e50ad9b59e10aa7f07c7d1be2b367f3f2d33c5fade96ed5460962"
RDEPENDS:${PN} = "${PYTHON_PN}-protobuf \
${PYTHON_PN}-setuptools \
${PYTHON_PN}-six \
RDEPENDS:${PN} = "python3-protobuf \
python3-setuptools \
python3-six \
"
inherit setuptools3

View File

@ -8,10 +8,10 @@ SRC_URI[sha256sum] = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c1
inherit pypi setuptools3
RDEPENDS:${PN} += "\
${PYTHON_PN}-lxml \
${PYTHON_PN}-six \
${PYTHON_PN}-webencodings \
${PYTHON_PN}-xml \
python3-lxml \
python3-six \
python3-webencodings \
python3-xml \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "d7a10bc5ef5ab08322488bde8c726eeee5c8618723fdb399597ec58f3d
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "\
${PYTHON_PN}-compression \
${PYTHON_PN}-netclient \
${PYTHON_PN}-pyparsing \
python3-compression \
python3-netclient \
python3-pyparsing \
"

View File

@ -11,14 +11,14 @@ SRC_URI[sha256sum] = "6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2
inherit pypi setuptools3
RDEPENDS:${PN}:class-target += " \
${PYTHON_PN}-datetime \
${PYTHON_PN}-fcntl \
${PYTHON_PN}-io \
${PYTHON_PN}-logging \
${PYTHON_PN}-math \
${PYTHON_PN}-numbers \
${PYTHON_PN}-shell \
${PYTHON_PN}-stringold \
python3-datetime \
python3-fcntl \
python3-io \
python3-logging \
python3-math \
python3-numbers \
python3-shell \
python3-stringold \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -10,13 +10,13 @@ SRC_URI[sha256sum] = "582a265c931c683a7e9b8ed9559089dea7edcf6cc95be39a3cbc2c5d5a
inherit pypi python_hatchling
DEPENDS += "\
${PYTHON_PN}-setuptools-scm-native \
${PYTHON_PN}-hatch-vcs-native \
python3-setuptools-scm-native \
python3-hatch-vcs-native \
"
RDEPENDS:${PN} += "\
${PYTHON_PN}-datetime \
${PYTHON_PN}-setuptools \
python3-datetime \
python3-setuptools \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d27
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient ${PYTHON_PN}-idna"
RDEPENDS:${PN} += "python3-stringold python3-netclient python3-idna"
PACKAGES =. "${PN}-test "

View File

@ -10,5 +10,5 @@ SRC_URI[sha256sum] = "cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-ctypes \
python3-ctypes \
"

View File

@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "ae9732e10acf807a22c389aef193f42215718e16bd06eed0c5bb57e103
inherit pypi setuptools3
RDEPENDS:${PN} = "${PYTHON_PN}-numpy ${PYTHON_PN}-pillow"
RDEPENDS:${PN} = "python3-numpy python3-pillow"

View File

@ -8,12 +8,12 @@ SRC_URI[sha256sum] = "912feeb5e0f7e0188e6f42241d2f450002e11bbc0937c65865045854c2
inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-twisted \
${PYTHON_PN}-click \
python3-twisted \
python3-click \
"
# -native is needed to build python[3]-twisted, however, we need to take steps to
# prevent a circular dependency. The build apparently does not use the part of
# python-incremental which uses python-twisted, so this hack is OK.
RDEPENDS:${PYTHON_PN}-incremental-native:remove = "${PYTHON_PN}-twisted-native"
RDEPENDS:python3-incremental-native:remove = "python3-twisted-native"
BBCLASSEXTEND = "native"

View File

@ -11,6 +11,6 @@ SRC_URI[sha256sum] = "3278827b803cf006a1df251f3e13374c7d26db779e5a33329cc11789b8
PYPI_PACKAGE = "inflate64"
RDEPENDS:${PN} += "\
${PYTHON_PN}-core \
${PYTHON_PN}-importlib-metadata \
python3-core \
python3-importlib-metadata \
"

View File

@ -8,21 +8,21 @@ PYPI_PACKAGE = "ipython"
SRC_URI[sha256sum] = "48fbc236fbe0e138b88773fa0437751f14c3645fb483f1d4c5dee58b37e5ce73"
RDEPENDS:${PN} = "\
${PYTHON_PN}-setuptools \
${PYTHON_PN}-jedi \
${PYTHON_PN}-decorator \
${PYTHON_PN}-pickleshare \
${PYTHON_PN}-traitlets \
${PYTHON_PN}-prompt-toolkit \
${PYTHON_PN}-pygments \
${PYTHON_PN}-backcall \
${PYTHON_PN}-pydoc \
${PYTHON_PN}-debugger \
${PYTHON_PN}-pexpect \
${PYTHON_PN}-unixadmin \
${PYTHON_PN}-misc \
${PYTHON_PN}-sqlite3 \
${PYTHON_PN}-stack-data \
python3-setuptools \
python3-jedi \
python3-decorator \
python3-pickleshare \
python3-traitlets \
python3-prompt-toolkit \
python3-pygments \
python3-backcall \
python3-pydoc \
python3-debugger \
python3-pexpect \
python3-unixadmin \
python3-misc \
python3-sqlite3 \
python3-stack-data \
"
inherit setuptools3 pypi

View File

@ -10,8 +10,8 @@ inherit pypi setuptools3
CLEANBROKEN = "1"
RDEPENDS:${PN} += " \
${PYTHON_PN}-simplejson \
${PYTHON_PN}-netclient \
${PYTHON_PN}-compression \
${PYTHON_PN}-json \
python3-simplejson \
python3-netclient \
python3-compression \
python3-json \
"

Some files were not shown because too many files have changed in this diff Show More