Merge "Drop deps from BUCK's genrule"
diff --git a/BUCK b/BUCK
index e21b5d9..b7e4802 100644
--- a/BUCK
+++ b/BUCK
@@ -35,7 +35,6 @@
     name = name_zip,
     cmd = 'cp $SRCS $OUT && zip -qd $OUT ' + ' '.join(excludes),
     srcs = [ src ],
-    deps = [ src ],
     out = name_zip,
     visibility = visibility,
   )