Skip to content

Commit

Permalink
Add missing deps to cmk-messaging
Browse files Browse the repository at this point in the history
Change-Id: Ibc115772a927a1969522aae70f8388d8c8ee1d39
  • Loading branch information
Synss committed Oct 24, 2024
1 parent 82cdfa0 commit c5926ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cmk-messaging/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@aspect_rules_py//py:defs.bzl", "py_library")
load("@cmk_requirements//:requirements.bzl", "requirement")
load("@omd_packages//omd/packages/rules:package_wheel.bzl", "package_wheel")
load("@rules_python//python:packaging.bzl", "py_wheel")

Expand All @@ -18,6 +19,10 @@ py_library(
],
imports = ["."],
visibility = ["//cmk:__pkg__"],
deps = [
requirement("pika"),
requirement("pydantic"),
],
)

py_wheel(
Expand Down

0 comments on commit c5926ec

Please sign in to comment.