From 5078bb3bef62c86c920193674c7f6aad7a682787 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 4 Jun 2023 19:27:42 -0500 Subject: [PATCH] Remove miniaudio pin now that upstream package has been fixed (#94034) see https://github.com/irmen/pyminiaudio/issues/67#issuecomment-1575602707 --- homeassistant/package_constraints.txt | 4 ---- script/gen_requirements_all.py | 4 ---- 2 files changed, 8 deletions(-) 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