blob: 8d2ef2aa4c7fa84617c8cf5faddfc6b42eb2184f [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 = [
"@python_repo//:numpy",
],
)