Skip to content

Commit

Permalink
Disable integrations (for grpcio) (2) -> wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jul 18, 2023
1 parent e64d21e commit 92c9546
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 17 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/google_cloud/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"domain": "google_cloud",
"name": "Google Cloud Platform",
"codeowners": ["@lufton"],
"disabled": "Dependencies does not support Python 3.12",
"documentation": "https://www.home-assistant.io/integrations/google_cloud",
"iot_class": "cloud_push",
"requirements": ["google-cloud-texttospeech==2.12.3"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"codeowners": ["@tronikos"],
"config_flow": true,
"dependencies": ["conversation"],
"disabled": "Dependencies does not support Python 3.12",
"documentation": "https://www.home-assistant.io/integrations/google_generative_ai_conversation",
"integration_type": "service",
"iot_class": "cloud_polling",
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/google_mail/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"codeowners": ["@tkdrob"],
"config_flow": true,
"dependencies": ["application_credentials"],
"disabled": "Dependencies does not support Python 3.12",
"documentation": "https://www.home-assistant.io/integrations/google_mail/",
"integration_type": "service",
"iot_class": "cloud_polling",
Expand Down
1 change: 1 addition & 0 deletions homeassistant/components/youtube/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"codeowners": ["@joostlek"],
"config_flow": true,
"dependencies": ["application_credentials"],
"disabled": "Dependencies does not support Python 3.12",
"documentation": "https://www.home-assistant.io/integrations/youtube",
"integration_type": "service",
"iot_class": "cloud_polling",
Expand Down
10 changes: 0 additions & 10 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -839,16 +839,6 @@ goalzero==0.2.2
# homeassistant.components.goodwe
goodwe==0.2.31

# homeassistant.components.google_mail
# homeassistant.components.youtube
google-api-python-client==2.71.0

# homeassistant.components.google_cloud
google-cloud-texttospeech==2.12.3

# homeassistant.components.google_generative_ai_conversation
google-generativeai==0.1.0

# homeassistant.components.google_travel_time
googlemaps==2.5.1

Expand Down
7 changes: 0 additions & 7 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -655,13 +655,6 @@ goalzero==0.2.2
# homeassistant.components.goodwe
goodwe==0.2.31

# homeassistant.components.google_mail
# homeassistant.components.youtube
google-api-python-client==2.71.0

# homeassistant.components.google_generative_ai_conversation
google-generativeai==0.1.0

# homeassistant.components.google_travel_time
googlemaps==2.5.1

Expand Down

0 comments on commit 92c9546

Please sign in to comment.