python_binary(
    name = "watchman-make",
    srcs = {"watchman-make": "watchman_make.py"},
    base_module = "",
    main_module = "watchman_make",
    py_version = "<3",
    deps = ["@/watchman/python/pywatchman:pywatchman"],
)

python_binary(
    name = "watchman-wait",
    srcs = {"watchman-wait": "watchman_wait.py"},
    base_module = "",
    main_module = "watchman_wait",
    py_version = "<3",
    deps = ["@/watchman/python/pywatchman:pywatchman"],
)
