Skip to content

Commit

Permalink
Change python to runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 16, 2024
1 parent 77f4118 commit aa3e470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def export_sources(self):
def requirements(self):
for req in self.conan_data["requirements"]:
self.requires(req)
self.requires("cpython/3.12.2")

def validate(self):
if self.settings.compiler.cppstd:
Expand All @@ -84,7 +85,6 @@ def validate(self):
def build_requirements(self):
self.test_requires("standardprojectsettings/[>=0.2.0]@ultimaker/cura_11622") # FIXME: use stable after merge
self.test_requires("sipbuildtool/[>=0.3.0]@ultimaker/cura_11622") # FIXME: use stable after merge
self.test_requires("cpython/3.12.2")

def config_options(self):
if self.settings.os == "Windows":
Expand Down

0 comments on commit aa3e470

Please sign in to comment.