|
12 | 12 | # See the License for the specific language governing permissions and |
13 | 13 | # limitations under the License. |
14 | 14 |
|
15 | | -load("@bazel_skylib//:bzl_library.bzl", "bzl_library") |
16 | 15 | load("@bazel_skylib//rules:build_test.bzl", "build_test") |
17 | 16 | load("@dev_pip//:requirements.bzl", "requirement") |
18 | 17 | load("//python/private:bzlmod_enabled.bzl", "BZLMOD_ENABLED") # buildifier: disable=bzl-visibility |
@@ -189,38 +188,3 @@ lock( |
189 | 188 | ], |
190 | 189 | visibility = ["//:__subpackages__"], |
191 | 190 | ) |
192 | | - |
193 | | -# Temporary compatibility aliases for some other projects depending on the old |
194 | | -# bzl_library targets. |
195 | | -alias( |
196 | | - name = "defs", |
197 | | - actual = "//python:defs_bzl", |
198 | | - deprecation = "Use //python:defs_bzl instead; targets under //docs are internal.", |
199 | | - visibility = ["//visibility:public"], |
200 | | -) |
201 | | - |
202 | | -alias( |
203 | | - name = "bazel_repo_tools", |
204 | | - actual = "//python/private:bazel_tools_bzl", |
205 | | - deprecation = "Use @bazel_tools//tools:bzl_srcs instead; targets under //docs are internal.", |
206 | | - visibility = ["//visibility:public"], |
207 | | -) |
208 | | - |
209 | | -bzl_library( |
210 | | - name = "pip_install_bzl", |
211 | | - deprecation = "Use //python:pip_bzl or //python/pip_install:pip_repository_bzl instead; " + |
212 | | - "targets under //docs are internal.", |
213 | | - visibility = ["//visibility:public"], |
214 | | - deps = [ |
215 | | - "//python:pip_bzl", |
216 | | - "//python/pip_install:pip_repository_bzl", |
217 | | - ], |
218 | | -) |
219 | | - |
220 | | -alias( |
221 | | - name = "requirements_parser_bzl", |
222 | | - actual = "//python/pip_install:pip_repository_bzl", |
223 | | - deprecation = "Use //python/pip_install:pip_repository_bzl instead; Both the requirements " + |
224 | | - "parser and targets under //docs are internal", |
225 | | - visibility = ["//visibility:public"], |
226 | | -) |
0 commit comments