mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:26:04 +08:00
Use pyArcus with static compiled Arcus and Protobuf
Contributes to CURA-10475
This commit is contained in:
parent
0567fb7695
commit
c65f0e1493
@ -49,7 +49,7 @@ class CuraConan(ConanFile):
|
||||
|
||||
def set_version(self):
|
||||
if not self.version:
|
||||
self.version = "5.4.0-alpha"
|
||||
self.version = "5.4.0-alpha.1"
|
||||
|
||||
@property
|
||||
def _pycharm_targets(self):
|
||||
@ -269,8 +269,8 @@ class CuraConan(ConanFile):
|
||||
raise ConanInvalidConfiguration("Only versions 5+ are support")
|
||||
|
||||
def requirements(self):
|
||||
self.requires("pyarcus/5.2.2")
|
||||
self.requires("curaengine/latest@ultimaker/testing")
|
||||
self.requires("pyarcus/latest@ultimaker/cura_10475") # TODO: point to `testing` once the CURA-10475 from CuraEngine is main
|
||||
self.requires("curaengine/latest@ultimaker/cura_10475") # TODO: point to `testing` once the CURA-10475 from CuraEngine is main
|
||||
self.requires("pysavitar/5.2.2")
|
||||
self.requires("pynest2d/5.2.2")
|
||||
self.requires("uranium/(latest)@ultimaker/testing")
|
||||
|
Loading…
x
Reference in New Issue
Block a user