pyqt5 -> pip/pyqt5

This commit is contained in:
Damien Elmes 2020-11-02 19:22:23 +10:00
parent 562ea403b3
commit 73247ff20f
4 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ If the label is specified it will overwrite the python_interpreter attribute.
"""),
"_script": attr.label(
executable = True,
default = Label("//pyqt5:install_pyqt5.py"),
default = Label("//pip/pyqt5:install_pyqt5.py"),
cfg = "host",
),
"quiet": attr.bool(

View file

@ -9,7 +9,7 @@ load("@io_bazel_rules_sass//:defs.bzl", "sass_repositories")
load("@build_bazel_rules_svelte//:defs.bzl", "rules_svelte_dependencies")
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
load("@com_github_ali5h_rules_pip//:defs.bzl", "pip_import")
load("//pyqt5:defs.bzl", "install_pyqt5")
load("//pip/pyqt5:defs.bzl", "install_pyqt5")
def setup_deps():
bazel_skylib_workspace()