Mercurial > code > home > repos > homeauto
changeset 1216:e720c1cff03e
use the right py3 cyclone patch
Ignore-this: b6d7f3fbe10fc777040d0db67cd61751
darcs-hash:4c057b9759cb0c40f3f8f951f8d24e425f4135c9
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 23 Mar 2019 04:37:47 -0700 |
parents | b48f1ecbc078 |
children | c21f433ddbac |
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 ./