mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Remove decora-wifi from excluded requirements (#145832)
This commit is contained in:
@ -27,7 +27,6 @@ EXCLUDED_REQUIREMENTS_ALL = {
|
||||
"beewi-smartclim", # depends on bluepy
|
||||
"bluepy",
|
||||
"decora",
|
||||
"decora-wifi",
|
||||
"evdev",
|
||||
"face-recognition",
|
||||
"pybluez",
|
||||
@ -43,7 +42,6 @@ EXCLUDED_REQUIREMENTS_ALL = {
|
||||
# Requirements excluded by EXCLUDED_REQUIREMENTS_ALL which should be included when
|
||||
# building integration wheels for all architectures.
|
||||
INCLUDED_REQUIREMENTS_WHEELS = {
|
||||
"decora-wifi",
|
||||
"evdev",
|
||||
"pycups",
|
||||
"python-gammu",
|
||||
|
Reference in New Issue
Block a user