Skip to content

Commit

Permalink
New cannonical name for Bazel Python rules import is 'rules_python'. See
Browse files Browse the repository at this point in the history
  • Loading branch information
ozturel committed Jul 29, 2019
1 parent 214b2ac commit 3c99c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@ new_git_repository(

# PyPi dependencies.
git_repository(
name = "io_bazel_rules_python",
name = "rules_python",
branch = "master",
remote = "https://github.com/bazelbuild/rules_python.git",
)

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

pip_repositories()

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

pip_import(
name = "turkish_morphology_deps",
Expand Down

0 comments on commit 3c99c71

Please sign in to comment.