Use pyArcus with static compiled Arcus and Protobuf

Contributes to CURA-10475
This commit is contained in:
Jelle Spijker 2023-05-19 09:04:13 +02:00
parent 0567fb7695
commit c65f0e1493
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -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")