ports/science/py-tensorflow/files/patch-third__party_py_BUILD.tpl
Anthony Donnelly 56dc0e449f science/py-tensorflow: Update 1.15.5 -> 2.9.1
Big thank you to Anthony Donnelly for updating this difficult port.

PR:		266303
2022-09-13 13:32:36 -07:00

17 lines
488 B
Smarty

--- third_party/py/BUILD.tpl.orig 2022-09-07 10:53:01 UTC
+++ third_party/py/BUILD.tpl
@@ -9,12 +9,14 @@ load("@bazel_tools//tools/python:toolchain.bzl", "py_r
py_runtime(
name = "py2_runtime",
interpreter_path = "%{PYTHON_BIN_PATH}",
+ stub_shebang = "#!%{PYTHON_BIN_PATH}",
python_version = "PY2",
)
py_runtime(
name = "py3_runtime",
interpreter_path = "%{PYTHON_BIN_PATH}",
+ stub_shebang = "#!%{PYTHON_BIN_PATH}",
python_version = "PY3",
)