mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
make sure fdm_materials is installed for internals
Contributes to CURA-10831
This commit is contained in:
parent
f94198c108
commit
9bb065a294
1 changed files with 0 additions and 2 deletions
|
@ -333,8 +333,6 @@ class CuraConan(ConanFile):
|
|||
self.requires(req)
|
||||
if self._internal:
|
||||
for req in self.conan_data["requirements_internal"]:
|
||||
if "fdm_materials" in req:
|
||||
continue
|
||||
self.requires(req)
|
||||
self.requires("cpython/3.10.4@ultimaker/stable")
|
||||
self.requires("openssl/3.2.0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue