mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add constraint for pyminiaudio to 1.57 (#93501)
This commit is contained in:
parent
40a47c72f4
commit
ee62584570
@ -175,3 +175,7 @@ pysnmplib==5.0.21
|
|||||||
# pysnmp is no longer maintained and does not work with newer
|
# pysnmp is no longer maintained and does not work with newer
|
||||||
# python
|
# python
|
||||||
pysnmp==1000000000.0.0
|
pysnmp==1000000000.0.0
|
||||||
|
|
||||||
|
# pyminiaudio 1.58 is missing files in the package
|
||||||
|
# https://github.com/irmen/pyminiaudio/issues/67
|
||||||
|
miniaudio==1.57
|
||||||
|
@ -179,6 +179,10 @@ pysnmplib==5.0.21
|
|||||||
# pysnmp is no longer maintained and does not work with newer
|
# pysnmp is no longer maintained and does not work with newer
|
||||||
# python
|
# python
|
||||||
pysnmp==1000000000.0.0
|
pysnmp==1000000000.0.0
|
||||||
|
|
||||||
|
# pyminiaudio 1.58 is missing files in the package
|
||||||
|
# https://github.com/irmen/pyminiaudio/issues/67
|
||||||
|
miniaudio==1.57
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user