mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-21 05:09:37 +08:00
Increased max conan version to 1.60.0
For some magical reason, i got issues with 1.56.0. It used to work but when I needed to do a conan install, it suddenly failed to install any python packages, claiming I didn't have openssl.
This commit is contained in:
parent
3d289d75f9
commit
d08e2bc018
@ -10,7 +10,7 @@ from conan.tools.env import VirtualRunEnv, Environment, VirtualBuildEnv
|
||||
from conan.tools.scm import Version
|
||||
from conan.errors import ConanInvalidConfiguration, ConanException
|
||||
|
||||
required_conan_version = "<=1.56.0"
|
||||
required_conan_version = "<=1.60.0"
|
||||
|
||||
|
||||
class CuraConan(ConanFile):
|
||||
|
Loading…
x
Reference in New Issue
Block a user