From 29207cef141983647816b2270fe6419e56630c64 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 1 Oct 2019 16:24:19 -0700 Subject: runsc: remove todo from the build file b/135475885 was fixed by cl/271434565. PiperOrigin-RevId: 272320178 --- runsc/BUILD | 5 ----- 1 file changed, 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 ", 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", -- cgit v1.2.3