From eab46367be2c1476a28f3af663104e75cd258023 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:50:14 +0200 Subject: [PATCH] fix unavailable repo for pi-rc522. Use fix version to ensure compatibility --- .../components/rfid/hardware/rc522_spi/requirements.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/jukebox/components/rfid/hardware/rc522_spi/requirements.txt b/src/jukebox/components/rfid/hardware/rc522_spi/requirements.txt index fce2291e4..78a3b459a 100644 --- a/src/jukebox/components/rfid/hardware/rc522_spi/requirements.txt +++ b/src/jukebox/components/rfid/hardware/rc522_spi/requirements.txt @@ -1,13 +1,6 @@ # RC522 related requirements # You need to install these with `sudo python3 -m pip install --upgrade --force-reinstall -q -r requirements.txt` -# pi-rc522 use latest version from Github -# This is the original versions. Seems unmaintained for the moment -# git+https://github.com/ondryaso/pi-rc522.git#egg=pi-rc522 - -# The fork of kevinvalk has some good improvements -# https://github.com/kevinvalk/pi-rc522 -# Get the kevinvalk fork yet again from a different fork which ensures compatibility with the Phoniebox -git+https://github.com/ChisSoc/pi-rc522.git#egg=pi-rc522 +pi-rc522==2.3.0