mirror of
https://github.com/optim-enterprises-bv/meta-overc.git
synced 2026-01-16 18:11:22 +00:00
The upstream project has been working on py3 support but the scripts still use py2 with no builtin way to change this, so for now we apply a patch. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
9 lines
197 B
BlitzBasic
9 lines
197 B
BlitzBasic
inherit setuptools3
|
|
require python-ansible.inc
|
|
|
|
RDEPENDS_${PN} += "python3-pyyaml python3-jinja2 python3-modules"
|
|
|
|
SRC_URI += " \
|
|
file://python3-ensure-py-scripts-use-py3-for-shebang.patch \
|
|
"
|