changeset 413:5fc75de6b905

use the right py3 cyclone patch Ignore-this: b6d7f3fbe10fc777040d0db67cd61751
author drewp@bigasterisk.com
date Sat, 23 Mar 2019 04:37:47 -0700
parents 91162a54553c
children f1a9b4670470
files service/rfid_pn532_py/Dockerfile.pi service/rfid_pn532_py/Dockerfile.x86
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/service/rfid_pn532_py/Dockerfile.pi	Sat Mar 23 04:26:03 2019 -0700
+++ b/service/rfid_pn532_py/Dockerfile.pi	Sat Mar 23 04:37:47 2019 -0700
@@ -7,7 +7,7 @@
 
 COPY requirements.txt .
 RUN pip3 install -r requirements.txt
-RUN pip3 install -v -U 'https://github.com/drewp/cyclone/archive/patch-1.zip'
+RUN pip3 install -v -U 'https://github.com/drewp/cyclone/archive/python3.zip'
 
 COPY *.py *.html  ./
 
--- a/service/rfid_pn532_py/Dockerfile.x86	Sat Mar 23 04:26:03 2019 -0700
+++ b/service/rfid_pn532_py/Dockerfile.x86	Sat Mar 23 04:37:47 2019 -0700
@@ -7,7 +7,7 @@
 
 COPY requirements.txt .
 RUN pip3 install -r requirements.txt
-RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/patch-1.zip'
+RUN pip3 install -U 'https://github.com/drewp/cyclone/archive/python3.zip'
 
 COPY *.py *.html  ./