File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- load ("@pip//:requirements.bzl" , "requirement" )
1615load ("@rules_python//python:defs.bzl" , "py_import" , "py_test" )
1716
1817package (default_visibility = ["//visibility:public" ])
@@ -29,8 +28,11 @@ py_import(
2928 # examples/py_import/helloworld.py=examples/legacy_pip_import/helloworld/helloworld.py \
3029 # examples/__init__.py= \
3130 # examples/py_import/__init__.py=
31+ # TODO: we should construct an egg from local sources, or to make
32+ # the example more meaningful for users, find an egg on the internet.
33+ # Also it would help illustrate the rules if the egg has some other
34+ # dependency, requiring deps here.
3235 srcs = ["helloworld.egg" ],
33- deps = [requirement ("futures" )],
3436)
3537
3638py_test (
Original file line number Diff line number Diff line change 1- futures >= 3.1
You can’t perform that action at this time.
0 commit comments