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 12:04:12 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-22 12:04:12 +0300
commit803858c4e9b29ffe095ce58fb65c71461358f32f (patch)
tree246236b007d781fe86d5133b62146a53edc9da49 /conanfile.py
parent46929ad3028826eabff4dd5c95f322de4550e0e3 (diff)
Cheating with Arcus
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 e157cf2e18..e4ada61bed 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.1]@ultimaker/testing"
+ python_requires = "umbase/0.1.1@ultimaker/testing"
python_requires_extend = "umbase.UMBaseConanfile"
options = {