Skip to content

Commit 08cd7eb

Browse files
committed
comm patch: drop obsolete rules_pkg dev_dependency removal
@rules_pkg is only loaded from score_communication test/quality/integration_testing paths, which the reference integration does not build. The com-api-example showcase resolves and compiles without it, so the 003-module-deps-visibility patch no longer needs to un-dev rules_pkg.
1 parent b6490f5 commit 08cd7eb

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

patches/communication/003-module-deps-visibility.patch

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,4 @@ index 5b4a75cd..5b4b7e17 100644
1010
strip_prefix = "json-schema-validator-2.1.0",
1111
urls = ["https://github.com/pboettch/json-schema-validator/archive/refs/tags/2.1.0.tar.gz"],
1212
)
13-
@@ -435,7 +434,7 @@ pip.parse(
14-
use_repo(pip, "lobster_dependencies")
15-
16-
bazel_dep(name = "rules_oci", version = "2.2.7", dev_dependency = True)
17-
-bazel_dep(name = "rules_pkg", version = "1.2.0", dev_dependency = True)
18-
+bazel_dep(name = "rules_pkg", version = "1.2.0")
19-
20-
http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
21-
13+

0 commit comments

Comments
 (0)