FS#66043 - [python-google-api-python-client] 1.8.0-1 broken due to missing google-api-core dependency

Attached to Project: Community Packages
Opened by Matt Robinson (ribbons) - Tuesday, 31 March 2020, 09:36 GMT
Last edited by Andrzej Giniewicz (Giniu) - Wednesday, 01 April 2020, 09:53 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Andrzej Giniewicz (Giniu)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Version 1.8.0-1 of python-google-api-python-client is broken due to an unmet dependency on google-api-core. This dependency looks to have been added in the following upstream commit: https://github.com/googleapis/google-api-python-client/commit/1cf3cbc99af6b281c13f671912fc71902ed486ac

Steps to reproduce:

$ python -c "from googleapiclient.discovery import build"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.8/site-packages/googleapiclient/discovery.py", line 49, in <module>
import google.api_core.client_options
ModuleNotFoundError: No module named 'google.api_core'

With package version 1.7.11-4 the above command correctly generates no output.
This task depends upon

Closed by  Andrzej Giniewicz (Giniu)
Wednesday, 01 April 2020, 09:53 GMT
Reason for closing:  Fixed
Additional comments about closing:  In 1.8.0-2
Comment by Andrzej Giniewicz (Giniu) - Tuesday, 31 March 2020, 20:57 GMT
Working on this, will deal with it soon. Moving packages from AUR to community. THanks for noticing, was little too fast with update - sorry!

Loading...