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.
This commit is contained in:
Nick Brown
2022-07-01 16:56:44 +01:00
committed by GitHub
parent 1a70d3ae7e
commit cf5c2b3df4

View File

@@ -47,6 +47,9 @@ py2deps =
python-pil python-pil
py3deps = py3deps =
python3-pil python3-pil
python3-numpy
python3-spidev
python3-rpi.gpio
configtxt = configtxt =
commands = commands =
printf "Setting up SPI...\n" printf "Setting up SPI...\n"