python-packages: add aliases for google_api_python_client, googleapis_common_protos

Co-authored-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
Sandro 2021-03-19 18:16:18 +01:00 committed by Jonathan Ringer
parent d6ff646b3f
commit 939c4c1cbd

View file

@ -34,4 +34,6 @@ in
mapAliases ({
smart_open = smart-open; # added 2021-03-14
google_api_python_client = google-api-python-client; # added 2021-03-19
googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
})