mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
pyqt5 -> pip/pyqt5
This commit is contained in:
parent
562ea403b3
commit
73247ff20f
4 changed files with 2 additions and 2 deletions
|
@ -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(
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue