Merge pull request #64 from mendhak/issue63-missing-cffi
authorPhilip Howard <phil@pimoroni.com>
Fri, 15 May 2020 10:27:51 +0000 (11:27 +0100)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 10:27:51 +0000 (11:27 +0100)
Include python cffi in setup dependencies

library/setup.cfg

index af306be57ee810740822cc7cc5155309eb549fc3..d2909c13c62a47698a0868c6b5bd1dccb391cd48 100644 (file)
@@ -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