From 838f4944d26dbf68b8b42caa789ca603f5feb516 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 7 Jun 2025 01:21:57 +0100 Subject: [PATCH] dev-python/whisper: add upstream PR link for six Bug: https://github.com/graphite-project/whisper/pull/344 Signed-off-by: Sam James --- dev-python/whisper/whisper-1.1.10.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/whisper/whisper-1.1.10.ebuild b/dev-python/whisper/whisper-1.1.10.ebuild index 93d22c6b7908a..15991690b0bc9 100644 --- a/dev-python/whisper/whisper-1.1.10.ebuild +++ b/dev-python/whisper/whisper-1.1.10.ebuild @@ -22,6 +22,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" +# six: https://github.com/graphite-project/whisper/pull/344 RDEPEND=" dev-python/six[${PYTHON_USEDEP}] "