aboutsummaryrefslogtreecommitdiff
path: root/python/pip_install/private/srcs.bzl
blob: e92e49fc5f858a223f0b8e0dfb8a7d125e1fc807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"""A generated file containing all source files used for `@rules_python//python/pip_install:pip_repository.bzl` rules

This file is auto-generated from the `@rules_python//python/pip_install/private:srcs_module.update` target. Please
`bazel run` this target to apply any updates. Note that doing so will discard any local modifications.
"""

# Each source file is tracked as a target so `pip_repository` rules will know to automatically rebuild if any of the
# sources changed.
PIP_INSTALL_PY_SRCS = [
    "@rules_python//python/pip_install/tools/dependency_resolver:__init__.py",
    "@rules_python//python/pip_install/tools/dependency_resolver:dependency_resolver.py",
    "@rules_python//python/pip_install/tools/wheel_installer:arguments.py",
    "@rules_python//python/pip_install/tools/wheel_installer:namespace_pkgs.py",
    "@rules_python//python/pip_install/tools/wheel_installer:wheel.py",
    "@rules_python//python/pip_install/tools/wheel_installer:wheel_installer.py",
    "@rules_python//python/private:repack_whl.py",
    "@rules_python//tools:wheelmaker.py",
]