Move the variable in the correct place.

This commit is contained in:
Andrea Dell'Amico 2021-06-23 17:50:31 +02:00
parent cf06318594
commit 596ad780ba
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,10 @@ py3_pip_pkgs_state: present
py3_env_site: False
py3_env_dpkg: []
# Ugly. Don't do that
py3_deb_info_to_remove: []
# - '/usr/lib/python3/dist-packages/geopandas-0.3.0.egg-info'
py3_el_env_pkg: []
py3_env_wheel_pip_pkgs: []
py3_env_pip_pkgs:

View File

@ -6,10 +6,6 @@ py3_env_mandatory_dpkg:
- 'python{{ py3_env_version }}-venv'
- 'python{{ py3_env_version }}-dev'
# Ugly. Don't do that
py3_deb_info_to_remove: []
# - '/usr/lib/python3/dist-packages/geopandas-0.3.0.egg-info'
py3_env_pip_default_pkgs:
- 'pip'
- 'setuptools'