From 99d8709053b74c1c9c6a72ca5c099cde9c2c0c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Mon, 30 Apr 2018 16:25:09 +0200 Subject: [PATCH] gimp-plugin: documented pyaudio dependency --- pysstv/examples/gimp-plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysstv/examples/gimp-plugin.py b/pysstv/examples/gimp-plugin.py index bb42105..2833948 100755 --- a/pysstv/examples/gimp-plugin.py +++ b/pysstv/examples/gimp-plugin.py @@ -2,7 +2,7 @@ # -*- encoding: utf-8 -*- # copy to ~/.gimp-2.8/plug-ins/ -# dependencies: GIMP 2.8, python-imaging-tk +# dependencies: GIMP 2.8, python-imaging-tk, python-pyaudio from gimpfu import register, main, pdb, PF_BOOL, PF_STRING, PF_RADIO, CLIP_TO_IMAGE from PIL import Image, ImageTk