From 7c1834827f9cede6f95b77996156b70451316fc0 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Thu, 5 Nov 2020 13:40:32 +0100 Subject: [PATCH] [conda_build_config] fix zc varaiable names --- bob/devtools/data/conda_build_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index ce6fcbf2..13033908 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -132,7 +132,7 @@ vlfeat: # The dependencies that are needed for runtime only (run requirements). These versions # **should** match the versions inside bob-devel recipe. In fact, you can copy the # bob-devel pins here and remove the ones that are already in the "build" requirements, -# above (like numpy, boost). You should also replace dashes with underlines. +# above (like numpy, boost). You should also replace dots and dashes with underlines. click: - 7.1.2 click_plugins: @@ -213,7 +213,7 @@ tqdm: - 4.50.2 xarray: - 0.16.1 -zc.buildout: +zc_buildout: - 2.13.3 -zc.recipe.egg: +zc_recipe_egg: - 2.0.7 -- GitLab