This repository was archived by the owner on Oct 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
compatibility_lib/compatibility_lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ def _format_url(repo_name, setuppy_path=''):
6969 'tensorboard' ,
7070 'tensorflow' ,
7171 'gcloud' ,
72+ 'compatibility-lib' ,
7273]
7374
7475WHITELIST_PKGS = PKG_LIST
@@ -151,6 +152,8 @@ def _format_url(repo_name, setuppy_path=''):
151152 'tensorflow' ,
152153 _format_url ('tensorflow/tensorflow' ,
153154 'tensorflow/contrib/tpu/profiler/pip_package' ): 'tensorflow' ,
155+ _format_url ('GoogleCloudPlatform/cloud-opensource-python' ,
156+ 'compatibility_lib' ): 'compatibility-lib' ,
154157 # TODO: The following projects do not use setup.py
155158 # googleapis-common-protos
156159 # grpc-google-iam-v1
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ def _format_url(repo_name, setuppy_path=''):
6969 'tensorboard' ,
7070 'tensorflow' ,
7171 'gcloud' ,
72+ 'compatibility-lib' ,
7273]
7374
7475WHITELIST_PKGS = PKG_LIST
@@ -151,6 +152,8 @@ def _format_url(repo_name, setuppy_path=''):
151152 'tensorflow' ,
152153 _format_url ('tensorflow/tensorflow' ,
153154 'tensorflow/contrib/tpu/profiler/pip_package' ): 'tensorflow' ,
155+ _format_url ('GoogleCloudPlatform/cloud-opensource-python' ,
156+ 'compatibility_lib' ): 'compatibility-lib' ,
154157 # TODO: The following projects do not use setup.py
155158 # googleapis-common-protos
156159 # grpc-google-iam-v1
You can’t perform that action at this time.
0 commit comments