mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
don't set release from conandata.yml
Contributes to CURA-10831
This commit is contained in:
parent
33ecec6951
commit
1fb1fe9faa
@ -1,5 +1,4 @@
|
||||
version: "5.6.0-beta.1"
|
||||
release: false
|
||||
requirements:
|
||||
- "uranium/(latest)@ultimaker/stable"
|
||||
- "curaengine/(latest)@ultimaker/stable"
|
||||
@ -11,10 +10,6 @@ requirements:
|
||||
- "pysavitar/5.3.0"
|
||||
- "pynest2d/5.3.0"
|
||||
- "curaengine_grpc_definitions/0.1.0"
|
||||
- "cpython/3.10.4"
|
||||
- "boost/1.82.0"
|
||||
- "fmt/9.0.0"
|
||||
- "zlib/1.2.13"
|
||||
requirements_internal:
|
||||
- "fdm_materials/(latest)@internal/testing"
|
||||
- "cura_private_data/(latest)@internal/testing"
|
||||
|
@ -319,6 +319,10 @@ class CuraConan(ConanFile):
|
||||
self.requires(req)
|
||||
for req in self.conan_data["requirements_internal"]:
|
||||
self.requires(req)
|
||||
self.requires("cpython/3.10.4")
|
||||
self.requires("boost/1.82.0")
|
||||
self.requires("fmt/9.0.0")
|
||||
self.requires("zlib/1.2.13")
|
||||
|
||||
def build_requirements(self):
|
||||
if self.options.get_safe("enable_i18n", False):
|
||||
|
Loading…
x
Reference in New Issue
Block a user