8000 Fix typo: requirements -> _requirements · bazel-contrib/rules_python@7861c73 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7861c73

Browse files
committed
Fix typo: requirements -> _requirements
1 parent ff55fb5 commit 7861c73

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

rules_python/piptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def pip_install():
139139
140140
def requirement(name):
141141
name_key = name.replace("-", "_").lower()
142-
if name_key not in requirements:
142+
if name_key not in _requirements:
143143
fail("Could not find pip-provided dependency: '%s'" % name)
144144
return _requirements[name_key]
145145
""".format(input=args.input,

tools/piptool.par

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0