mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Python: Fix Bazel build
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user