mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Make VirtualPythonEnv optional
Contributes to CURA-9365
This commit is contained in:
parent
3ff1dec631
commit
4ac4190eae
1 changed files with 0 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue