mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #2160 from holta/kalite-temp-patch-for-2139
KA Lite temp patch so IIAB once again installs on RPi: mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139
This commit is contained in:
commit
a2839252b7
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
timeout: "{{ download_timeout }}"
|
||||
when: internet_available | bool
|
||||
|
||||
- name: 'mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139' - 2020-01-17 "TEMPORARY" workaround for piwheels.org's setuptools Python 2/3 brokenness @ https://github.com/iiab/iiab/issues/2139 (rpi)
|
||||
command: mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139
|
||||
ignore_errors: yes
|
||||
when: is_rpi | bool
|
||||
|
||||
#- name: Install KA Lite non-static + reqs file with pip - (debuntu)
|
||||
# pip: requirements={{ pip_packages_dir }}/kalite.txt
|
||||
# virtualenv={{ kalite_venv }}
|
||||
|
|
Loading…
Reference in a new issue