Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-06-14 08:41:16 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-14 08:41:16 +0300
commit4ac4190eae27b3eb696c87faf590189bcf308964 (patch)
tree825281e5af9bfc09dcde59d3c69e270876997b8f /conanfile.py
parent3ff1dec6316fcb63f9fd518fc5904fe18886dd4f (diff)
Make VirtualPythonEnv optional
Contributes to CURA-9365
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index 760efd5fa0..6bb3f965a3 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -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"],