File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- load ("@python3_12//:defs.bzl" , "interpreter" )
2
1
load ("@rules_python//python:pip.bzl" , "pip_parse" )
3
2
load ("//:versions.bzl" , "VERSIONS" )
4
3
@@ -7,13 +6,13 @@ def load_packages():
7
6
pip_parse (
8
7
name = "toolshed_pip3" ,
9
8
requirements_lock = "@envoy_toolshed//:requirements.txt" ,
10
- python_interpreter_target = interpreter ,
9
+ python_interpreter_target = "@python3_12_host//:python" ,
11
10
)
12
11
13
12
def load_website_packages ():
14
13
# Only call this if you wish to use the website functionality
15
14
pip_parse (
16
15
name = "website_pip3" ,
17
16
requirements_lock = "@envoy_toolshed//website:requirements.txt" ,
18
- python_interpreter_target = interpreter ,
17
+ python_interpreter_target = "@python3_12_host//:python" ,
19
18
)
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ VERSIONS = {
13
13
"rules_python" : {
14
14
"type" : "github_archive" ,
15
15
"repo" : "bazelbuild/rules_python" ,
16
- "version" : "0.37.2 " ,
17
- "sha256" : "c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113 " ,
16
+ "version" : "1.0.0 " ,
17
+ "sha256" : "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07 " ,
18
18
"url" : "https://github.com/{repo}/releases/download/{version}/{name}-{version}.tar.gz" ,
19
19
"strip_prefix" : "{name}-{version}" ,
20
20
},
You can’t perform that action at this time.
0 commit comments