Skip to content

Commit d217fbd

Browse files
committed
Revert "fix: update rules_python"
This reverts commit 8d99c17.
1 parent 10e3d35 commit d217fbd

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

WORKSPACE

+3-7
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ http_archive(
2020

2121
http_archive(
2222
name = "rules_python",
23-
sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036",
24-
strip_prefix = "rules_python-0.25.0",
25-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.25.0/rules_python-0.25.0.tar.gz",
23+
sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841",
24+
strip_prefix = "rules_python-0.23.1",
25+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.23.1/rules_python-0.23.1.tar.gz",
2626
)
2727

28-
load("@rules_python//python:repositories.bzl", "py_repositories")
29-
30-
py_repositories()
31-
3228
load("@rules_python//python:repositories.bzl", "python_register_toolchains")
3329

3430
python_register_toolchains(

python_requirements_lock.bzl

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ all_requirements = ["@pip_orjson//:pkg"]
1010

1111
all_whl_requirements = ["@pip_orjson//:whl"]
1212

13-
all_data_requirements = ["@pip_orjson//:data"]
14-
1513
_packages = [("pip_orjson", "orjson==3.9.1")]
1614
_config = {"download_only": False, "enable_implicit_namespace_pkgs": False, "environment": {}, "extra_pip_args": [], "isolated": True, "pip_data_exclude": [], "python_interpreter": "python3", "python_interpreter_target": "@python_toolchain_x86_64-unknown-linux-gnu//:bin/python3", "quiet": True, "repo": "pip", "repo_prefix": "pip_", "timeout": 600}
1715
_annotations = {}

0 commit comments

Comments
 (0)