From 0f44b2cfd1b46d64690e5c7c47fadf2f89e83f82 Mon Sep 17 00:00:00 2001 From: Jaro Habiger Date: Sun, 23 Aug 2020 19:23:10 +0200 Subject: [PATCH] [os] install spidev python package (closes #168) --- makefiles/in_chroot/requirements_pip.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/makefiles/in_chroot/requirements_pip.txt b/makefiles/in_chroot/requirements_pip.txt index 387c4df9..1e0a56b8 100644 --- a/makefiles/in_chroot/requirements_pip.txt +++ b/makefiles/in_chroot/requirements_pip.txt @@ -8,3 +8,4 @@ pyserial IntelHex wheel smbus-cffi +spidev