Make VirtualPythonEnv optional

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-14 07:41:16 +02:00 committed by Jelle Spijker
parent 3ff1dec631
commit 4ac4190eae

View File

@ -23,7 +23,6 @@ class CuraConan(ConanFile):
build_policy = "missing"
exports = "LICENSE*"
settings = "os", "compiler", "build_type", "arch"
generators = "VirtualPythonEnv"
options = {
"python_version": "ANY",
"enterprise": ["True", "False", "true", "false"],