Skip to content

Commit 64d287b

Browse files
authored
fix: allow omitting the strip_prefix in tool_versions (#975)
1 parent 8081ca6 commit 64d287b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/repositories.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ python_repository = repository_rule(
352352
),
353353
"strip_prefix": attr.string(
354354
doc = "A directory prefix to strip from the extracted files.",
355-
mandatory = True,
356355
),
357356
"url": attr.string(
358357
doc = "The URL of the interpreter to download",

0 commit comments

Comments
 (0)