blob: da13bbd6011a1cfda4a6ed8f906ee1468d8e5914 [file] [log] [blame]
# TODO(phil): Delete this file after migrating everything to use upstream pip
# rules.
package(default_visibility = ["//visibility:public"])
constraint_setting(
name = "python_source",
default_constraint_value = ":debian_bundled_python",
)
# Python code taken from .deb packages.
constraint_value(
name = "debian_bundled_python",
constraint_setting = ":python_source",
)
# Python code taken from pypi.org.
constraint_value(
name = "upstream_bundled_python",
constraint_setting = ":python_source",
)