blob: f4911ab631306a2822867531e9f5f8960f2a9d66 [file] [log] [blame]
py_library(
name = "python_opencv",
srcs = glob(["**/*.py"]),
data = glob(
include = ["**/*"],
exclude = ["**/*.py"],
),
imports = ["."],
target_compatible_with = [
"@//tools/platforms/python:debian_bundled_python",
],
visibility = ["//visibility:public"],
deps = [
"@pip//numpy",
],
)