Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/ffsubsync/
Date: Mon, 10 Jan 2022 21:42:55
Message-Id: 1641850969.05800bc8ab5b96e444b9f5684841a2289dee01af.smaniotto.nicola@gentoo
1 commit: 05800bc8ab5b96e444b9f5684841a2289dee01af
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 10 21:42:11 2022 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Mon Jan 10 21:42:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05800bc8
7
8 media-video/ffsubsync: fix 0.4.20 dependencies
9
10 The package still needs the module "past"
11
12 Closes: https://bugs.gentoo.org/830929
13 Package-Manager: Portage-3.0.28, Repoman-3.0.3
14 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
15
16 media-video/ffsubsync/ffsubsync-0.4.20.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
20 index 10ea9c34a..f6478d6a1 100644
21 --- a/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
22 +++ b/media-video/ffsubsync/ffsubsync-0.4.20.ebuild
23 @@ -18,6 +18,7 @@ RDEPEND="
24 dev-python/auditok[${PYTHON_USEDEP}]
25 dev-python/cchardet[${PYTHON_USEDEP}]
26 dev-python/ffmpeg-python[${PYTHON_USEDEP}]
27 + dev-python/future[${PYTHON_USEDEP}]
28 >=dev-python/numpy-1.12.0[${PYTHON_USEDEP}]
29 >=dev-python/pysubs2-1.2.0[${PYTHON_USEDEP}]
30 dev-python/rich[${PYTHON_USEDEP}]