Move the variable in the correct place.
This commit is contained in:
parent
cf06318594
commit
596ad780ba
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue