Skip to content

Commit

Permalink
Remove redundant workspace defaults
Browse files Browse the repository at this point in the history
The python version is already defaulted within the package.bzl files,
so we should not repeat it here.
  • Loading branch information
jwnimmer-tri committed Jan 12, 2018
1 parent fdfc5d2 commit 5b6b6e8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,11 @@ which(

load("//tools/workspace/python:package.bzl", "python_repository")

python_repository(
name = "python",
version = "2.7",
)
python_repository(name = "python")

load("//tools/workspace/numpy:package.bzl", "numpy_repository")

numpy_repository(
name = "numpy",
python_version = "2.7",
)
numpy_repository(name = "numpy")

github_archive(
name = "gtest",
Expand Down

0 comments on commit 5b6b6e8

Please sign in to comment.