diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c3117734018..6ad11ff808d 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -176,10 +176,6 @@ pysnmplib==5.0.21 # python pysnmp==1000000000.0.0 -# pyminiaudio 1.58 is missing files in the package -# https://github.com/irmen/pyminiaudio/issues/67 -miniaudio==1.57 - # The get-mac package has been replaced with getmac. Installing get-mac alongside getmac # breaks getmac due to them both sharing the same python package name inside 'getmac'. get-mac==1000000000.0.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index e7356d710c0..ca39d78c4c6 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -180,10 +180,6 @@ pysnmplib==5.0.21 # python pysnmp==1000000000.0.0 -# pyminiaudio 1.58 is missing files in the package -# https://github.com/irmen/pyminiaudio/issues/67 -miniaudio==1.57 - # The get-mac package has been replaced with getmac. Installing get-mac alongside getmac # breaks getmac due to them both sharing the same python package name inside 'getmac'. get-mac==1000000000.0.0