15 lines
554 B
YAML
15 lines
554 B
YAML
---
|
|
# @var python3_packages:description: >
|
|
# The default packages depend on the OS version. For RHEL7 based systems, Python3.8 from
|
|
# SCL `centos-sclo-rh`. Therefore, the SCL need to be installed and enabled already!
|
|
# For RHEL8 based system Python3.9 will be installed from the Appstream repo.
|
|
# @var python3_packages:default: "_unset_"
|
|
|
|
python3_packages_extra: []
|
|
|
|
# @var python3_packages_remove:description: Optional list of old Pathon packages that should be removed.
|
|
python3_packages_remove: []
|
|
|
|
python3_link_bin: []
|
|
python3_link_bin_path: /usr/bin
|