mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user