Skip to content

Commit fa3e2d5

Browse files
authored
fix: ensure 'patches' attr is included for the canonical representation of the toolchain (#1018)
1 parent 9960253 commit fa3e2d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/repositories.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ py_runtime_pair(
323323
"distutils_content": rctx.attr.distutils_content,
324324
"ignore_root_user_error": rctx.attr.ignore_root_user_error,
325325
"name": rctx.attr.name,
326+
"patches": rctx.attr.patches,
326327
"platform": platform,
327328
"python_version": python_version,
328329
"release_filename": release_filename,

0 commit comments

Comments
 (0)