Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-06-22 10:28:52 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-22 10:28:52 +0300
commitee87a2e3a4c01847eb5c595c25611b387d4f39bc (patch)
treed7714980bfdd321971d769ca08f2d663c481729c /conanfile.py
parent6ca96814a8412c27a9032abd0e57a4640aaecdce (diff)
use umbase 0.1.1 or higher
Contributes to CURA-9365
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index fc60b9a228..e157cf2e18 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -27,7 +27,7 @@ class CuraConan(ConanFile):
# FIXME: Remove specific branch once merged to main
# Extending the conanfile with the UMBaseConanfile https://github.com/Ultimaker/conan-ultimaker-index/tree/CURA-9177_Fix_CI_CD/recipes/umbase
- python_requires = "umbase/0.1@ultimaker/testing"
+ python_requires = "umbase/[>=0.1.1]@ultimaker/testing"
python_requires_extend = "umbase.UMBaseConanfile"
options = {