From 0c5c9465f1a8cecddbeb654b6dbacaedc4ba0e39 Mon Sep 17 00:00:00 2001 From: mendhak Date: Fri, 8 May 2020 20:38:27 +0100 Subject: [PATCH 1/1] Include python cffi in setup dependencies --- library/setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/setup.cfg b/library/setup.cfg index af306be..d2909c1 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -56,6 +56,7 @@ py2deps = python-numpy python-smbus python-pil + python-cffi python-spidev python-rpi.gpio libportaudio2 @@ -64,6 +65,7 @@ py3deps = python3-numpy python3-smbus python3-pil + python3-cffi python3-spidev python3-rpi.gpio libportaudio2 -- 2.30.2