forked from home-assistant/core
Remove unused py_noaa dependency (#50494)
This commit is contained in:
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",
|
||||||
|
Reference in New Issue
Block a user