Skip to content

Commit

Permalink
add BUILD comments about future removal of module_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 1, 2022
1 parent 230a16b commit bc7f431
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
python_requirements(
name="reqs",
source="requirements-pants.txt",
# module_mapping can be removed once pants is released with
# https://github.com/pantsbuild/pants/pull/17390
module_mapping={
"python-editor": ["editor"],
"python-json-logger": ["pythonjsonlogger"],
Expand Down
2 changes: 2 additions & 0 deletions contrib/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ python_sources()
python_requirements(
name="reqs",
source="requirements-tests.txt",
# module_mapping can be removed once pants is released with
# https://github.com/pantsbuild/pants/pull/17390
module_mapping={"mail-parser": ["mailparser"]},
)
2 changes: 2 additions & 0 deletions contrib/runners/winrm_runner/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
python_requirement(
name="winrm",
requirements=["pywinrm"],
# modules can be removed once pants is released with
# https://github.com/pantsbuild/pants/pull/17390
modules=["winrm"],
)

0 comments on commit bc7f431

Please sign in to comment.