Skip to content

Commit 42eb761

Browse files
committed
add BUILD comments about future removal of module_mapping
1 parent 230a16b commit 42eb761

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
python_requirements(
22
name="reqs",
33
source="requirements-pants.txt",
4+
# module_mapping can be removed once pants is released with
5+
# https://github.com/pantsbuild/pants/pull/17390
46
module_mapping={
57
"python-editor": ["editor"],
68
"python-json-logger": ["pythonjsonlogger"],

contrib/core/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ python_sources()
33
python_requirements(
44
name="reqs",
55
source="requirements-tests.txt",
6+
# module_mapping can be removed once pants is released with
7+
# https://github.com/pantsbuild/pants/pull/17390
68
module_mapping={"mail-parser": ["mailparser"]},
79
)

contrib/runners/winrm_runner/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
python_requirement(
22
name="winrm",
33
requirements=["pywinrm"],
4+
# modules can be removed once pants is released with
5+
# https://github.com/pantsbuild/pants/pull/17390
46
modules=["winrm"],
57
)

0 commit comments

Comments
 (0)