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-21 08:52:27 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-21 08:52:27 +0300
commitd275ad37f8447bf103090a145176ec4570a72a0d (patch)
tree9e739c8647dadffe53d1ed5a91b021c9790a3566 /conandata.yml
parenta31124673bf204184fa34fd513e7314a63eb40fc (diff)
Remove user and channel
Even though we had to patch these recipes, the user/channel shouldn't be necesary any more because of the order in which our remotes are defined in the conan-config repo. It will first look into our own remotes, before going over to conan-center-index. Once the packages upstream are fixed for us, then we can use the conan-center-index packages again, without changing the code. Contributes to CURA-9365
Diffstat (limited to 'conandata.yml')
-rw-r--r--conandata.yml32
1 files changed, 16 insertions, 16 deletions
diff --git a/conandata.yml b/conandata.yml
index d5504caa1c..544d83e1b0 100644
--- a/conandata.yml
+++ b/conandata.yml
@@ -7,11 +7,11 @@ requirements:
- "uranium/(latest)@ultimaker/stable"
- "fdm_materials/(latest)@ultimaker/stable"
- "cura_binary_data/(latest)@ultimaker/stable"
- - "cpython/3.10.4@ultimaker/testing"
+ - "cpython/3.10.4"
- "libffi/3.2.1"
- - "mpdecimal/2.5.1@ultimaker/testing"
- - "tcl/8.6.10@ultimaker/testing"
- - "tk/8.6.10@ultimaker/testing"
+ - "mpdecimal/2.5.1"
+ - "tcl/8.6.10"
+ - "tk/8.6.10"
"5.1.0":
- "arcus/5.1.0"
- "curaengine/5.1.0"
@@ -20,11 +20,11 @@ requirements:
- "uranium/5.1.0"
- "fdm_materials/5.1.0"
- "cura_binary_data/5.1.0"
- - "cpython/3.10.4@ultimaker/testing"
+ - "cpython/3.10.4"
- "libffi/3.2.1"
- - "mpdecimal/2.5.1@ultimaker/testing"
- - "tcl/8.6.10@ultimaker/testing"
- - "tk/8.6.10@ultimaker/testing"
+ - "mpdecimal/2.5.1"
+ - "tcl/8.6.10"
+ - "tk/8.6.10"
"5.1.0-beta":
- "arcus/[5.1.0-beta]@ultimaker/stable"
- "curaengine/[5.1.0-beta]@ultimaker/stable"
@@ -33,11 +33,11 @@ requirements:
- "uranium/[5.1.0-beta]@ultimaker/stable"
- "fdm_materials/[5.1.0-beta]@ultimaker/stable"
- "cura_binary_data/[5.1.0-beta]@ultimaker/stable"
- - "cpython/3.10.4@ultimaker/testing"
+ - "cpython/3.10.4"
- "libffi/3.2.1"
- - "mpdecimal/2.5.1@ultimaker/testing"
- - "tcl/8.6.10@ultimaker/testing"
- - "tk/8.6.10@ultimaker/testing"
+ - "mpdecimal/2.5.1"
+ - "tcl/8.6.10"
+ - "tk/8.6.10"
"5.1.0-cura_9365":
- "arcus/[5.1.0-cura_9365]@ultimaker/testing"
- "curaengine/[5.1.0-cura_9365]@ultimaker/testing"
@@ -46,11 +46,11 @@ requirements:
- "uranium/[5.1.0-cura_9365]@ultimaker/testing"
- "fdm_materials/[5.1.0-cura_9365]@ultimaker/testing"
- "cura_binary_data/[5.1.0-cura_9365]@ultimaker/testing"
- - "cpython/3.10.4@ultimaker/testing"
+ - "cpython/3.10.4"
- "libffi/3.2.1"
- - "mpdecimal/2.5.1@ultimaker/testing"
- - "tcl/8.6.10@ultimaker/testing"
- - "tk/8.6.10@ultimaker/testing"
+ - "mpdecimal/2.5.1"
+ - "tcl/8.6.10"
+ - "tk/8.6.10"
runinfo:
"None":
entrypoint: "cura_app.py"