Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Fix rules_python workspace name (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1545 authored and rbe-toolchains-pr-bot committed Jul 30, 2019
1 parent a7836b7 commit 02fcd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,13 @@ py_library(
# first if we're going to explicitly mention it at all

git_repository(
name = "io_bazel_rules_python",
name = "rules_python",
commit = "93d8b0af6d8ca1ee37816a829085d7092b04cc7b", # 2019-03-07
remote = "https://github.com/bazelbuild/rules_python.git",
)

load(
"@io_bazel_rules_python//python:pip.bzl",
"@rules_python//python:pip.bzl",
"pip_import",
"pip_repositories",
)
Expand Down

0 comments on commit 02fcd81

Please sign in to comment.