Files
Alexey Katsmanandintellij-monorepo-bot 9ebdd29d37 PY-87232 Change venv module name
GitOrigin-RevId: faf2719abc6236f93840f7a2e34e58eec9f6e868
2026-01-29 13:25:49 +00:00

41 lines
1.4 KiB
Python

### auto-generated section `build intellij.python.community.aliasProvider` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
resourcegroup(
name = "aliasProvider_resources",
srcs = glob(["resources/**/*"]),
strip_prefix = "resources"
)
jvm_library(
name = "aliasProvider",
visibility = ["//visibility:public"],
srcs = glob([], allow_empty = True),
resources = [":aliasProvider_resources"],
runtime_deps = [
"//python/python-parser:parser",
"//python/python-ast:ast",
"//python/python-syntax-core:syntax-core",
"//python/python-syntax:syntax",
"//python/python-psi-api:psi",
"//python/python-psi-impl:psi-impl",
"//python/python-sdk:sdk",
"//python/python-sdk-ui:sdk-ui",
"//python/python-pyproject:pyproject",
"//python/python-core-impl:community-core-impl",
"//python/impl.helperLocator:community-helpersLocator",
"//python/openapi:community",
"//python:python-community-impl",
"//python/python-exec-service:community-execService",
"//python/python-exec-service/execService.python",
"//python/installer",
"//python:python-pydev",
"//python/python-venv:venv",
"//python/python-hatch:hatch",
"//python/services/internal-impl:python-community-services-internal-impl",
"//python/services/shared",
"//python/services/system-python",
"//python/interpreters",
]
)
### auto-generated section `build intellij.python.community.aliasProvider` end