From af255b56be961d35886140a6d40f2c0d6557d148 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 19 Jan 2020 09:08:02 -0500 Subject: [PATCH] Revert #2160 in kalite/tasks/install.yml --- roles/kalite/tasks/install.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/roles/kalite/tasks/install.yml b/roles/kalite/tasks/install.yml index 86c3f19d6..cd2f4849b 100644 --- a/roles/kalite/tasks/install.yml +++ b/roles/kalite/tasks/install.yml @@ -6,10 +6,11 @@ timeout: "{{ download_timeout }}" when: internet_available | bool -- name: Run 'mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139' as "TEMPORARY" workaround (2020-01-17) for piwheels.org's setuptools Python 2/3 brokenness on RPi (https://github.com/iiab/iiab/issues/2139) - command: mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139 - ignore_errors: yes - when: is_rpi | bool +# 2020-01-19: https://github.com/piwheels/packages/issues/74 says the following is not longer needed... +#- name: Run 'mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139' as "TEMPORARY" workaround (2020-01-17) for piwheels.org's setuptools Python 2/3 brokenness on RPi (https://github.com/iiab/iiab/issues/2139) +# 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