File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -160,12 +160,14 @@ rules_closure_toolchains()
160
160
161
161
http_archive (
162
162
name = "rules_pkg" ,
163
- sha256 = "038f1caa773a7e35b3663865ffb003169c6a71dc995e39bf4815792f385d837d" ,
164
163
urls = [
165
- "https://github.com/bazelbuild/rules_pkg/releases/download/0.4.0 /rules_pkg-0.4.0 .tar.gz" ,
166
- "https://mirror.bazel.build/ github.com/bazelbuild/rules_pkg/releases/download/0.4.0 /rules_pkg-0.4.0 .tar.gz" ,
164
+ "https://mirror.bazel.build/ github.com/bazelbuild/rules_pkg/releases/download/0.5.1 /rules_pkg-0.5.1 .tar.gz" ,
165
+ "https://github.com/bazelbuild/rules_pkg/releases/download/0.5.1 /rules_pkg-0.5.1 .tar.gz" ,
167
166
],
167
+ sha256 = "a89e203d3cf264e564fcb96b6e06dd70bc0557356eb48400ce4b5d97c2c3720d" ,
168
168
)
169
+ load ("@rules_pkg//:deps.bzl" , "rules_pkg_dependencies" )
170
+ rules_pkg_dependencies ()
169
171
170
172
http_archive (
171
173
name = "io_bazel_rules_docker" ,
Original file line number Diff line number Diff line change
1
+ load ("@rules_pkg//:pkg.bzl" , "pkg_tar" )
1
2
load ("@rules_python//python:defs.bzl" , "py_binary" , "py_library" )
2
3
load ("@rules_python//python:packaging.bzl" , "py_package" , "py_wheel" )
3
4
load ("@dev_requirements//:requirements.bzl" , "requirement" )
@@ -104,6 +105,10 @@ py_package(
104
105
deps = [":selenium" ],
105
106
)
106
107
108
+ pkg_tar (
109
+
110
+ )
111
+
107
112
py_wheel (
108
113
name = "selenium-wheel" ,
109
114
classifiers = [
You can’t perform that action at this time.
0 commit comments