MySensors: add packaging==20.8 for the version parser
This commit is contained in:
parent
0d66d8ab4f
commit
6b200ee01a
3 changed files with 8 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
"name": "MySensors",
|
"name": "MySensors",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/mysensors",
|
"documentation": "https://www.home-assistant.io/integrations/mysensors",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pymysensors==0.20.1"
|
"pymysensors==0.20.1",
|
||||||
|
"packaging==20.8"
|
||||||
],
|
],
|
||||||
"after_dependencies": [
|
"after_dependencies": [
|
||||||
"mqtt"
|
"mqtt"
|
||||||
|
|
|
@ -1075,6 +1075,9 @@ orvibo==1.1.1
|
||||||
# homeassistant.components.ovo_energy
|
# homeassistant.components.ovo_energy
|
||||||
ovoenergy==1.1.11
|
ovoenergy==1.1.11
|
||||||
|
|
||||||
|
# homeassistant.components.mysensors
|
||||||
|
packaging==20.8
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.5.1
|
||||||
|
|
|
@ -528,6 +528,9 @@ openerz-api==0.1.0
|
||||||
# homeassistant.components.ovo_energy
|
# homeassistant.components.ovo_energy
|
||||||
ovoenergy==1.1.11
|
ovoenergy==1.1.11
|
||||||
|
|
||||||
|
# homeassistant.components.mysensors
|
||||||
|
packaging==20.8
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.5.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue