Update cpython dependency to generic version

The cpython dependency in both Uranium and conanfile.py has been updated from a specific version "cpython/3.12.2@ultimaker/cura_11079" to a more generic version "cpython/3.12.2". This will help with compatibility and dependency management in the future.

Contribute to CURA-11079
This commit is contained in:
Jelle Spijker 2024-05-03 13:55:44 +02:00
parent b8536291b4
commit 2b4c4fe4fb
No known key found for this signature in database
GPG Key ID: 0E9129B3096F4E72

View File

@ -342,7 +342,7 @@ class CuraConan(ConanFile):
if self._internal:
for req in self.conan_data["requirements_internal"]:
self.requires(req)
self.requires("cpython/3.12.2@ultimaker/cura_11079")
self.requires("cpython/3.12.2")
self.requires("clipper/6.4.2@ultimaker/stable")
self.requires("openssl/3.2.0")
self.requires("protobuf/3.21.12")