mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Remove unused py_noaa dependency (#50494)
This commit is contained in:
parent
e2f497ceba
commit
e9f8b3e7ef
1
.github/workflows/wheels.yml
vendored
1
.github/workflows/wheels.yml
vendored
@ -146,7 +146,6 @@ jobs:
|
|||||||
sed -i "s|# PySwitchbot|PySwitchbot|g" ${requirement_file}
|
sed -i "s|# PySwitchbot|PySwitchbot|g" ${requirement_file}
|
||||||
sed -i "s|# pySwitchmate|pySwitchmate|g" ${requirement_file}
|
sed -i "s|# pySwitchmate|pySwitchmate|g" ${requirement_file}
|
||||||
sed -i "s|# face_recognition|face_recognition|g" ${requirement_file}
|
sed -i "s|# face_recognition|face_recognition|g" ${requirement_file}
|
||||||
sed -i "s|# py_noaa|py_noaa|g" ${requirement_file}
|
|
||||||
sed -i "s|# bme680|bme680|g" ${requirement_file}
|
sed -i "s|# bme680|bme680|g" ${requirement_file}
|
||||||
sed -i "s|# python-gammu|python-gammu|g" ${requirement_file}
|
sed -i "s|# python-gammu|python-gammu|g" ${requirement_file}
|
||||||
done
|
done
|
||||||
|
@ -27,7 +27,6 @@ COMMENT_REQUIREMENTS = (
|
|||||||
"face_recognition",
|
"face_recognition",
|
||||||
"i2csense",
|
"i2csense",
|
||||||
"opencv-python-headless",
|
"opencv-python-headless",
|
||||||
"py_noaa",
|
|
||||||
"pybluez",
|
"pybluez",
|
||||||
"pycups",
|
"pycups",
|
||||||
"PySwitchbot",
|
"PySwitchbot",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user