Browse Source

Make VirtualPythonEnv optional

Contributes to CURA-9365
j.spijker@ultimaker.com 2 years ago
parent
commit
4ac4190eae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      conanfile.py

+ 0 - 1
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"],