diff options
Diffstat (limited to 'runsc/BUILD')
-rw-r--r-- | runsc/BUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runsc/BUILD b/runsc/BUILD index a3a0d6730..e4e8e64a3 100644 --- a/runsc/BUILD +++ b/runsc/BUILD @@ -91,11 +91,6 @@ pkg_deb( maintainer = "The gVisor Authors <gvisor-dev@googlegroups.com>", package = "runsc", postinst = "debian/postinst.sh", - tags = [ - # TODO(b/135475885): pkg_deb requires python2: - # https://github.com/bazelbuild/bazel/issues/8443 - "manual", - ], version_file = ":version.txt", visibility = [ "//visibility:public", |