From cf5c2b3df4bc625e19059da6f42feeb361f5a747 Mon Sep 17 00:00:00 2001 From: Nick Brown Date: Fri, 1 Jul 2022 16:56:44 +0100 Subject: [PATCH] Add py3 debian dependencies These python modules are directly used from this library so dependencies should be expressed. Might be worth consider adding them to `install_requires` as well. --- library/setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/setup.cfg b/library/setup.cfg index d5e05d0..cd7b9cc 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -47,6 +47,9 @@ py2deps = python-pil py3deps = python3-pil + python3-numpy + python3-spidev + python3-rpi.gpio configtxt = commands = printf "Setting up SPI...\n"