diff --git a/src/python/pants/backend/python/dependency_inference/default_module_mapping.py b/src/python/pants/backend/python/dependency_inference/default_module_mapping.py index 6be7644a1bc..f1c942f71fa 100644 --- a/src/python/pants/backend/python/dependency_inference/default_module_mapping.py +++ b/src/python/pants/backend/python/dependency_inference/default_module_mapping.py @@ -106,6 +106,7 @@ def two_groups_hyphens_two_replacements_with_suffix( "absl-py": ("absl",), "acryl-datahub": ("datahub",), "ansicolors": ("colors",), + "antlr4-python3-runtime": ("antlr4",), "apache-airflow": ("airflow",), "atlassian-python-api": ("atlassian",), "attrs": ("attr", "attrs"), @@ -140,6 +141,7 @@ def two_groups_hyphens_two_replacements_with_suffix( "djangorestframework-jwt": ("rest_framework_jwt",), "djangorestframework-queryfields": ("drf_queryfields",), "djangorestframework-simplejwt": ("rest_framework_simplejwt",), + "dnspython": ("dns",), "drf-api-tracking": ("rest_framework_tracking",), "elastic-apm": ("elasticapm",), "enum34": ("enum",), @@ -158,6 +160,8 @@ def two_groups_hyphens_two_replacements_with_suffix( "grpcio": ("grpc",), "grpcio-health-checking": ("grpc_health",), "grpcio-reflection": ("grpc_reflection",), + "grpcio-status": ("grpc_status",), + "grpcio-testing": ("grpc_testing",), "honeycomb-opentelemetry": ("honeycomb.opentelemetry",), "ipython": ("IPython",), "jack-client": ("jack",), @@ -166,6 +170,7 @@ def two_groups_hyphens_two_replacements_with_suffix( "launchdarkly-server-sdk": ("ldclient",), "mail-parser": ("mailparser",), "matplotlib": ("matplotlib", "mpl_toolkits"), + "matrix-nio": ("nio",), "mysql-connector-python": ("mysql.connector",), "netcdf4": ("netCDF4",), "o365": ("O365",),