aboutsummaryrefslogtreecommitdiff
path: root/pkg/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/BUILD')
-rw-r--r--pkg/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/BUILD b/pkg/BUILD
index 62c3cc7..1c33b2f 100644
--- a/pkg/BUILD
+++ b/pkg/BUILD
@@ -68,6 +68,7 @@ starlark_library(
py_binary(
name = "make_rpm",
srcs = ["make_rpm.py"],
+ imports = [".."],
python_version = "PY3",
srcs_version = "PY3",
target_compatible_with = select({
@@ -84,6 +85,7 @@ py_binary(
py_library(
name = "make_rpm_lib",
srcs = ["make_rpm.py"],
+ imports = [".."],
srcs_version = "PY3",
visibility = [
"//experimental:__subpackages__",