Skip to content

Commit

Permalink
Add constraint for pyminiaudio to 1.57 (#93501)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed May 24, 2023
1 parent 40a47c7 commit ee62584
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,7 @@ pysnmplib==5.0.21
# pysnmp is no longer maintained and does not work with newer
# python
pysnmp==1000000000.0.0

# pyminiaudio 1.58 is missing files in the package
# https://github.com/irmen/pyminiaudio/issues/67
miniaudio==1.57
4 changes: 4 additions & 0 deletions script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
# pysnmp is no longer maintained and does not work with newer
# python
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 = (
Expand Down

0 comments on commit ee62584

Please sign in to comment.