mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08:00
Use updated CPython recipe
Contributes to CURA-11544
This commit is contained in:
parent
399a817178
commit
c1e7bc1528
@ -334,7 +334,7 @@ class CuraConan(ConanFile):
|
||||
if self._internal:
|
||||
for req in self.conan_data["requirements_internal"]:
|
||||
self.requires(req)
|
||||
self.requires("cpython/3.10.4@ultimaker/stable")
|
||||
self.requires("cpython/3.10.4@ultimaker/cura_11544") # FIXME: once merged to main
|
||||
self.requires("openssl/3.2.0")
|
||||
self.requires("boost/1.82.0")
|
||||
self.requires("spdlog/1.12.0")
|
||||
|
Loading…
x
Reference in New Issue
Block a user