mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fix incompatible Python dependencies and files generation
This commit is contained in:
parent
e3cb6d4f8c
commit
d26c5b74a6
2 changed files with 7 additions and 7 deletions
|
@ -135,7 +135,7 @@ class CuraConan(ConanFile):
|
|||
# list of conan installs
|
||||
for dependency in self.dependencies.host.values():
|
||||
conan_installs[dependency.ref.name] = {
|
||||
"version": dependency.ref.version,
|
||||
"version": str(dependency.ref.version),
|
||||
"revision": dependency.ref.revision
|
||||
}
|
||||
return conan_installs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue