nix: add pyasyncore dep

This commit is contained in:
shadeyg56 2025-03-25 09:32:15 -05:00
parent af5fb382e1
commit 1d3593d162

View File

@ -30,7 +30,7 @@ python3Packages.buildPythonPackage {
buildInputs = with pkgs; [gtk3 python3Packages.poetry-core];
propagatedBuildInputs = with python3Packages; [requests pygobject3 click distro psutil setuptools poetry-dynamic-versioning pyinotify urwid pkgs.getent];
propagatedBuildInputs = with python3Packages; [requests pygobject3 click distro psutil setuptools poetry-dynamic-versioning pyinotify urwid pyasyncore pkgs.getent];
doCheck = false;
pythonImportsCheck = ["auto_cpufreq"];