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

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