mirror of https://github.com/bazelbuild/rules_pkg
Load py_binary from rules_python (#895)
This commit is contained in:
parent
25fd41cbe2
commit
6a9eaf2ce9
|
@ -20,6 +20,7 @@ How to:
|
|||
"""
|
||||
|
||||
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
||||
load("@rules_python//python:defs.bzl", "py_binary")
|
||||
load("@stardoc//stardoc:stardoc.bzl", "stardoc")
|
||||
load("//:version.bzl", "version")
|
||||
|
||||
|
|
Loading…
Reference in New Issue