Skip to content

Commit

Permalink
Move six.BUILD to third_party and update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell authored and acozzette committed Aug 15, 2019
1 parent 23e520e commit 8199a01
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ EXTRA_DIST = $(@DIST_LANG@_EXTRA_DIST) \
python/release/wheel/Dockerfile \
python/release/wheel/protobuf_optimized_pip.sh \
python/release/wheel/README.md \
six.BUILD \
third_party/six.BUILD \
third_party/zlib.BUILD \
util/python/BUILD

Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protobuf_deps()

http_archive(
name = "six",
build_file = "@//:six.BUILD",
build_file = "@//:third_party/six.BUILD",
sha256 = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73",
urls = ["https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz"],
)
Expand Down
2 changes: 1 addition & 1 deletion protobuf_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def protobuf_deps():
if not native.existing_rule("six"):
http_archive(
name = "six",
build_file = "@//:six.BUILD",
build_file = "@com_google_protobuf//:third_party/six.BUILD",
sha256 = "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73",
urls = ["https://pypi.python.org/packages/source/s/six/six-1.12.0.tar.gz"],
)
Expand Down
File renamed without changes.

0 comments on commit 8199a01

Please sign in to comment.