From 37956bd60f24e6894d56fc08008403a32939f92b Mon Sep 17 00:00:00 2001 From: Matthew Woehlke Date: Thu, 4 May 2017 15:45:57 -0400 Subject: [PATCH] Add note to not use PyCPS externally Add a note that the PyCPS "cps" module is LGPL and therefore we don't want to use it externally (accompanied by explicitly settings its visibility). We don't expect that Drake would ever use it at other than build time anyway. --- tools/pycps.BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/pycps.BUILD b/tools/pycps.BUILD index c419bf27f4b2..dcf40055e370 100644 --- a/tools/pycps.BUILD +++ b/tools/pycps.BUILD @@ -9,6 +9,7 @@ py_library( name = "cps", srcs = ["cps.py"], deps = ["@semantic_version//:semantic_version"], + visibility = ["//visibility:private"], # LGPL; don't use externally ) py_binary(