diff options
Diffstat (limited to 'test/runtimes/python/BUILD')
-rw-r--r-- | test/runtimes/python/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/python/BUILD b/test/runtimes/python/BUILD index 501f77d63..37fd6a0f2 100644 --- a/test/runtimes/python/BUILD +++ b/test/runtimes/python/BUILD @@ -5,4 +5,5 @@ package(licenses = ["notice"]) go_binary( name = "proctor-python", srcs = ["proctor-python.go"], + deps = ["//test/runtimes/common"], ) |