Skip to content

Commit

Permalink
remove Highway build dependency in Brunsli easyconfigs, since it's no…
Browse files Browse the repository at this point in the history
…t actually required at all
  • Loading branch information
boegel committed Sep 10, 2024
1 parent c9a0e51 commit 1736a12
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '0.12.2'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '0.12.2'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '1.0.3'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '1.0.3'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.0.9'),
('Highway', '1.0.4'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.1.0'),
('Highway', '1.0.7'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ builddependencies = [

dependencies = [
('Brotli', '1.1.0'),
('Highway', '1.2.0'),
]

# skip use of third_party directory, since we provide Brotli via a proper dependency
Expand Down

0 comments on commit 1736a12

Please sign in to comment.