mirror of
https://github.com/resf/distro-tools.git
synced 2024-11-09 06:41:27 +00:00
10 lines
239 B
Python
10 lines
239 B
Python
load("@aspect_rules_py//py:defs.bzl", "py_library")
|
|
|
|
py_library(
|
|
name = "apollo_lib",
|
|
srcs = ["publishing_tools/apollo_tree.py"],
|
|
imports = [".."],
|
|
visibility = ["//:__subpackages__"],
|
|
deps = ["@pypi_aiohttp//:pkg"],
|
|
)
|