ffsubsync: remove future dependency (#418968)

This commit is contained in:
dotlambda
2025-06-23 07:15:10 -07:00
committed by GitHub
+8 -2
View File
@@ -2,6 +2,7 @@
lib,
python3,
fetchFromGitHub,
ffmpeg,
}:
python3.pkgs.buildPythonApplication rec {
@@ -23,9 +24,7 @@ python3.pkgs.buildPythonApplication rec {
charset-normalizer
faust-cchardet
ffmpeg-python
future
numpy
pkgs.ffmpeg
pysubs2
chardet
rich
@@ -41,6 +40,13 @@ python3.pkgs.buildPythonApplication rec {
pythonImportsCheck = [ "ffsubsync" ];
makeWrapperArgs = [
"--prefix"
"PATH"
":"
"${ffmpeg}/bin"
];
meta = {
homepage = "https://github.com/smacke/ffsubsync";
description = "Automagically synchronize subtitles with video";