From dbb3cc68a1c750d64424cb6eb430655a471bc18a Mon Sep 17 00:00:00 2001 From: lionel <.> Date: Thu, 15 May 2025 13:45:39 +0200 Subject: [PATCH] [HandBrake_recursive] fix pipx dependency --- HandBrake_recursive/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HandBrake_recursive/setup.py b/HandBrake_recursive/setup.py index 5fab5e4..8618362 100644 --- a/HandBrake_recursive/setup.py +++ b/HandBrake_recursive/setup.py @@ -8,6 +8,8 @@ setup( install_requires=[ 'ffmpeg-python', 'openpyxl', + 'pydbus', + 'PyGObject', ], entry_points={ 'console_scripts': [