mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Restore scapy pin to >=2.5.0 (#114253)
This commit is contained in:
parent
2649dfaa11
commit
6599b9a36d
@ -187,3 +187,6 @@ chacha20poly1305-reuseable>=0.12.1
|
|||||||
# pycountry<23.12.11 imports setuptools at run time
|
# pycountry<23.12.11 imports setuptools at run time
|
||||||
# https://github.com/pycountry/pycountry/blob/ea69bab36f00df58624a0e490fdad4ccdc14268b/HISTORY.txt#L39
|
# https://github.com/pycountry/pycountry/blob/ea69bab36f00df58624a0e490fdad4ccdc14268b/HISTORY.txt#L39
|
||||||
pycountry>=23.12.11
|
pycountry>=23.12.11
|
||||||
|
|
||||||
|
# scapy<2.5.0 will not work with python3.12
|
||||||
|
scapy>=2.5.0
|
||||||
|
@ -180,6 +180,9 @@ chacha20poly1305-reuseable>=0.12.1
|
|||||||
# pycountry<23.12.11 imports setuptools at run time
|
# pycountry<23.12.11 imports setuptools at run time
|
||||||
# https://github.com/pycountry/pycountry/blob/ea69bab36f00df58624a0e490fdad4ccdc14268b/HISTORY.txt#L39
|
# https://github.com/pycountry/pycountry/blob/ea69bab36f00df58624a0e490fdad4ccdc14268b/HISTORY.txt#L39
|
||||||
pycountry>=23.12.11
|
pycountry>=23.12.11
|
||||||
|
|
||||||
|
# scapy<2.5.0 will not work with python3.12
|
||||||
|
scapy>=2.5.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user