Commented/mocked the Google dependencies in RTD to prevent the build from breaking because of missing dbus-1 dependency

This commit is contained in:
Fabio Manganiello 2018-11-20 14:30:32 +00:00
parent 6603f64757
commit 8948e8c76e
2 changed files with 9 additions and 3 deletions

View File

@ -182,6 +182,12 @@ todo_include_todos = True
autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers', autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'google.assistant.embedded', 'google.assistant.embedded',
'google.assistant.library',
'google.assistant.library.event',
'google.assistant.library.file_helpers',
'google.oauth2.credentials',
'oauth2client',
'apiclient',
'tenacity', 'tenacity',
'smartcard', 'smartcard',
'Leap', 'Leap',

View File

@ -38,11 +38,11 @@ python-mpd2
ouimeaux ouimeaux
# Google Assistant support # Google Assistant support
google-assistant-sdk[samples] # google-assistant-sdk[samples]
google-assistant-library # google-assistant-library
# Google APIs general layer support # Google APIs general layer support
google-api-python-client # google-api-python-client
# Last.FM scrobbler plugin support # Last.FM scrobbler plugin support
pylast pylast