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
This commit is contained in:
j.spijker@ultimaker.com 2022-06-21 07:52:27 +02:00 committed by Jelle Spijker
parent a31124673b
commit d275ad37f8

View File

@ -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"