Python: Fix Bazel build

This commit is contained in:
Taus
2024-03-07 13:41:35 +00:00
parent 5fed8bc57b
commit 0550c46766
3 changed files with 35 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
load("//:dist.bzl", "pack_zip")
load("@semmle_code//:dist.bzl", "pack_zip")
py_binary(
name = "make-zips-py",
@@ -33,7 +33,7 @@ genrule(
)
pack_zip(
name = "extractor-python",
name = "extractor",
srcs = [
"LICENSE-PSF.md", # because we distribute imp.py
"convert_setup.py",

View File

@@ -1,5 +1,5 @@
load("@tsg_python_crate_index//:defs.bzl", "aliases", "all_crate_deps")
load("//:common.bzl", "codeql_rust_binary")
load("@semmle_code//:common.bzl", "codeql_rust_binary")
codeql_rust_binary(
name = "tsg-python",