1# Copyright (c) 2009-2021, Google LLC 2# All rights reserved. 3# 4# Use of this source code is governed by a BSD-style 5# license that can be found in the LICENSE file or at 6# https://developers.google.com/open-source/licenses/bsd 7 8"""Temporary alias to repository rule for using Python 3.x headers from the system.""" 9 10load( 11 "//python/dist:system_python.bzl", 12 _system_python = "system_python", 13) 14 15# TODO: Temporary alias. This is deprecated and to be removed in a future 16# release. Users should now get system_python from protobuf_deps.bzl. 17system_python = _system_python 18