File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
roles/sap_software_download/vars Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: Apache-2.0
2
+ ---
3
+
4
+ # Variables specific to following versions:
5
+ # - Red Hat Linux Enterprise Server 8
6
+
7
+ # Set which Python version will be used on destination node.
8
+ # This is python executable name, which can differ from python package name.
9
+ __sap_software_download_python_interpreter : ' python3.9'
10
+
11
+ # Set which Python package will be installed on destination node.
12
+ __sap_software_download_python_package : ' python39'
13
+
14
+ # The list of required Python Modules in packages
15
+ # This is required in order to avoid externally-managed-environment error.
16
+ __sap_software_download_python_module_packages :
17
+ - python39-wheel
18
+ - python39-urllib3
19
+ - python39-requests
20
+ - python39-beautifulsoup4
21
+ - python39-lxml
Original file line number Diff line number Diff line change 2
2
---
3
3
4
4
# Variables specific to following versions:
5
- # - Red Hat Linux Enterprise Server 8
6
5
# - Red Hat Linux Enterprise Server 9
7
6
8
7
# Set which Python version will be used on destination node.
You can’t perform that action at this time.
0 commit comments