Changeset View
Changeset View
Standalone View
Standalone View
games/anki/files/patch-ts_lib_BUILD.bazel
Avoid loading of "requirements.bzl" because it requires "pip_import" which | Avoid loading of "requirements.bzl" because it requires "pip_import" which | ||||
is already disabled in "defs.bzl". | is already disabled in "defs.bzl". | ||||
--- ts/lib/BUILD.bazel.orig 2021-08-03 11:48:53 UTC | --- ts/lib/BUILD.bazel.orig 2022-05-26 02:51:51 UTC | ||||
+++ ts/lib/BUILD.bazel | +++ ts/lib/BUILD.bazel | ||||
@@ -17,7 +17,6 @@ protobufjs_library( | @@ -3,7 +3,6 @@ load("//ts:typescript.bzl", "typescript") | ||||
################ | load("//ts:eslint.bzl", "eslint_test") | ||||
load("//ts:protobuf.bzl", "protobufjs_library") | |||||
load("@rules_python//python:defs.bzl", "py_binary") | load("//ts:typescript.bzl", "typescript") | ||||
-load("@py_deps//:requirements.bzl", "requirement") | -load("@py_deps//:requirements.bzl", "requirement") | ||||
load("//ts:jest.bzl", "jest_test") | |||||
py_binary( | py_binary( | ||||
name = "genfluent", | @@ -12,7 +11,6 @@ py_binary( | ||||
@@ -25,8 +24,6 @@ py_binary( | |||||
"genfluent.py", | "genfluent.py", | ||||
], | ], | ||||
deps = [ | deps = [ | ||||
- requirement("black"), | - requirement("black"), | ||||
- requirement("stringcase"), | "//pylib/anki/_vendor:stringcase", | ||||
], | ], | ||||
) | ) | ||||