8000 Update repository rules to supported versions · yncxcw/rules_python@dbc8d1b · GitHub
[go: up one dir, main page]

Skip to content

Commit dbc8d1b

Browse files
authored
Update repository rules to supported versions
Fixes bazel-contrib#105
1 parent 8b5d068 commit dbc8d1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WORKSPACE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
workspace(name = "io_bazel_rules_python")
15+
load("@bazel_tools//tools/build_defs/repo:git.bzl",
16+
"git_repository", "new_git_repository")
17+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
1518

1619
# Skydoc stuff
1720
git_repository(

0 commit comments

Comments
 (0)
0