Skip to content

Commit

Permalink
Remove unused six and python_headers repositories
Browse files Browse the repository at this point in the history
These are unused now, I'm guessing as of the proto2 transition.
  • Loading branch information
jwnimmer-tri committed Jan 12, 2018
1 parent b0b0269 commit 1562928
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
22 changes: 0 additions & 22 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -286,19 +286,6 @@ git_repository(

load("//tools/workspace:pypi.bzl", "pypi_archive")

pypi_archive(
name = "six_archive",
package = "six",
version = "1.10.0",
sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a", # noqa
build_file = "@drake//tools/workspace/six:package.BUILD.bazel",
)

bind(
name = "six",
actual = "@six_archive//:six",
)

pypi_archive(
name = "semantic_version",
version = "2.6.0",
Expand All @@ -315,15 +302,6 @@ github_archive(
build_file = "@drake//tools/workspace/pycps:package.BUILD.bazel",
)

# The "@python_headers//:python_headers" target is required by protobuf
# during "bazel query" but not "bazel build", so a stub is fine.
new_local_repository(
name = "python_headers",
path = "not/real/stub",
build_file_content = ("cc_library(name = 'python_headers', " +
"visibility = ['//visibility:public'])"),
)

# If updating ignition_math version, do not forget to also update
# tools/ignition_math.BUILD in which the version number is hard-coded
# to configure config.hh with cmake_configure_file().
Expand Down
8 changes: 0 additions & 8 deletions tools/workspace/six/BUILD.bazel

This file was deleted.

8 changes: 0 additions & 8 deletions tools/workspace/six/package.BUILD.bazel

This file was deleted.

0 comments on commit 1562928

Please sign in to comment.