Revert "Change the way we get Python installs"

This reverts commit fc85817095.
This commit is contained in:
Erwan MATHIEU 2024-11-18 13:58:19 +01:00
parent fc85817095
commit 6a7cfca0a5
3 changed files with 22 additions and 6 deletions

View file

@ -1,8 +1,6 @@
# Copyright (c) 2023 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher.
import importlib.metadata
CuraAppName = "{{ cura_app_name }}"
CuraAppDisplayName = "{{ cura_app_display_name }}"
CuraVersion = "{{ cura_version }}"
@ -16,3 +14,4 @@ CuraDigitalFactoryURL = "{{ cura_digital_factory_url }}"
CuraLatestURL = "{{ cura_latest_url }}"
ConanInstalls = {{ conan_installs }}
PythonInstalls = {{ python_installs }}