mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 08:18:43 +01:00
we have offcially dropped python2, so it is possible that our code run on python3 only host, so change shebang to python3 to avoid error like: python: command not found (From OE-Core rev: a0b6ae56970aa53f65ed10bebd90fefa410a7099) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
467 B
PHP
15 lines
467 B
PHP
SUMMARY = "Python Build Reasonableness"
|
|
DESCRIPTION = "PBR is a library that injects some useful and sensible default behaviors into your setuptools run"
|
|
HOMEPAGE = "https://pypi.python.org/pypi/pbr"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
|
|
|
|
SRC_URI += "file://0001-change-shebang-to-python3.patch"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS_${PN} += "${PYTHON_PN}-pip"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|