summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-22 11:16:47 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-25 15:06:46 +0000
commitef8ccaa1dcd396dafb328cd64777d4bd6973e9e1 (patch)
tree19795ff61c9d4e39ff10a7a6058430e17876a279 /meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
parente57e83d631fdd021f84cdbc827b2bc595a43b26e (diff)
downloadopenembedded-core-contrib-ef8ccaa1dcd396dafb328cd64777d4bd6973e9e1.tar.gz
python3-smartypants: patch hash bang to python3
Change hash bang in smartypants and smartypants.py to be /usr/bin/env python3 [YOCTO #14638] Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-smartypants_2.0.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-smartypants_2.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb b/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
index ba3408247b..05c94c390f 100644
--- a/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
+++ b/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb
@@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=977036977591ac666c728921ecc54c4f"
inherit pypi setuptools3
PYPI_PACKAGE = "smartypants"
+SRC_URI += "file://0001-Change-hash-bang-to-python3.patch"
SRC_URI[sha256sum] = "7812353a32022699a1aa8cd5626e01c94a946dcaeedaee2d0b382bae4c4cbf36"
BBCLASSEXTEND = "native"