From e06997e8bf3a8b38933c2917963e79fd00fb3418 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Thu, 5 Mar 2020 12:58:25 +0800 Subject: python-numpy: convert shebang from python to python3 (From OE-Core rev: dc1e84d343a47d67b5aed28542031b173828cc71) Signed-off-by: Changqing Li Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/python-numpy.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python-numpy/python-numpy.inc') diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 8413434af9..42032a04a8 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc @@ -8,6 +8,7 @@ SRCNAME = "numpy" SRC_URI = "https://github.com/${SRCNAME}/${SRCNAME}/releases/download/v${PV}/${SRCNAME}-${PV}.tar.gz \ file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ file://0001-numpy-random-setup.py-remove-the-detection-of-x86-ta.patch \ + file://0001-convert-shebang-from-python-to-python3.patch \ " SRC_URI[md5sum] = "9147c3ee75e58d657b5b8b5a4f3564e0" SRC_URI[sha256sum] = "fb0415475e673cb9a6dd816df999e0ab9f86fa3af2b1770944e7288d2bea4ac9" -- cgit v1.2.3-54-g00ecf