Skip to content

Commit

Permalink
[build] Upgrade rules_python to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Apr 15, 2021
1 parent 11d84a7 commit 4f830b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ rbe_autoconfig(name = "rbe_default")

http_archive(
name = "rules_python",
sha256 = "77a6497a8e01bd5cb9cb9e0f8a683ccaa7f8123ff8f8497ae92e1dd66cc27d58",
strip_prefix = "rules_python-0cd570e52939500065cca8e1c7baa895b4b43a4c",
url = "https://github.com/bazelbuild/rules_python/archive/0cd570e52939500065cca8e1c7baa895b4b43a4c.zip",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz",
sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f",
)

# This one is only needed if you're using the packaging rules.
Expand Down
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@rules_python//python:defs.bzl", "py_binary", "py_library", "py_test")
load("@rules_python//experimental/python:wheel.bzl", "py_package", "py_wheel")
load("@rules_python//python:packaging.bzl", "py_package", "py_wheel")
load("@dev_requirements//:requirements.bzl", "requirement")
load("//common:defs.bzl", "copy_file")
load("//py:defs.bzl", "py_test_suite", "pytest_test")
Expand Down

0 comments on commit 4f830b6

Please sign in to comment.