1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

kalite/tasks/install.yml: package 'virtualenv' for Python 2

This commit is contained in:
A Holt 2021-07-28 15:09:56 -04:00 committed by GitHub
parent c4989a03ec
commit 50b7888029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,8 @@
package:
name:
- python2
- python-setuptools # provides setuptools-44 last version compatible with python2
- python-setuptools # Provides setuptools-44 (last version compatible with python2)
- virtualenv # Provides venv for python2 -- compare python3-venv in scripts/ansible
state: present
when: not (is_debian_9 or is_debian_10 or is_ubuntu_16 or is_ubuntu_17 or is_ubuntu_18 or is_ubuntu_19)
# 2020-03-31: Testing for {is_raspbian_9, is_raspbian_10} is not currently nec, as testing for {is_debian_9, is_debian_10} covers that already.