use umbase 0.1.1 or higher

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-22 09:28:52 +02:00 committed by Jelle Spijker
parent 6ca96814a8
commit ee87a2e3a4
2 changed files with 204 additions and 203 deletions

View file

@ -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 = {