treewide: remove bzlmod dependency workaround
Closes #487 #486 #485 #484 #483
Change-Id: I2de434dab96743f9051b8c2064fb9f7d05d548aa
Reviewed-on: https://review.monogon.dev/c/monogon/+/4350
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/third_party/swtpm/patches/0004-bazel-support-implement.patch b/third_party/swtpm/patches/0004-bazel-support-implement.patch
index b37ea69..d51922f 100644
--- a/third_party/swtpm/patches/0004-bazel-support-implement.patch
+++ b/third_party/swtpm/patches/0004-bazel-support-implement.patch
@@ -53,8 +53,8 @@
+cc_binary(
+ name = "swtpm",
+ deps = [
-+ "@@//third_party/libtpms:libtpms_tpm2",
-+ "@@//third_party/glib",
++ "@libtpms//:libtpms_tpm2",
++ "@glib//glib",
+ ],
+ srcs = glob([
+ "src/swtpm/*.h",
@@ -82,8 +82,8 @@
+cc_binary(
+ name = "swtpm_localca",
+ deps = [
-+ "@@//third_party/libtpms:libtpms_tpm2",
-+ "@@//third_party/glib",
++ "@libtpms//:libtpms_tpm2",
++ "@glib//glib",
+ ],
+ srcs = glob([
+ "src/swtpm_localca/*.h",
@@ -106,8 +106,8 @@
+cc_binary(
+ name = "swtpm_setup",
+ deps = [
-+ "@@//third_party/libtpms:libtpms_tpm2",
-+ "@@//third_party/glib",
++ "@libtpms//:libtpms_tpm2",
++ "@glib//glib",
+ ],
+ srcs = glob([
+ "src/swtpm_setup/*.h",