From 5b4c98c032a245a1ce30d347d1df664a2b409065 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 25 Mar 2022 09:23:54 +0100
Subject: [PATCH] Further deprecate buildout

---
 bob/devtools/data/conda_build_config.yaml | 2 --
 bob/devtools/scripts/create.py            | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 119c32a7..25e44926 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -337,8 +337,6 @@ package_names_map:
   sphinxcontrib_httpdomain: sphinxcontrib-httpdomain
   sphinxcontrib_mermaid: sphinxcontrib-mermaid
   sphinxcontrib_programoutput: sphinxcontrib-programoutput
-  zc_buildout: zc.buildout
-  zc_recipe_egg: zc.recipe.egg
   imageio_ffmpeg: imageio-ffmpeg
   pytorch_lightning: pytorch-lightning
 
diff --git a/bob/devtools/scripts/create.py b/bob/devtools/scripts/create.py
index 901ebe1d..1744b683 100644
--- a/bob/devtools/scripts/create.py
+++ b/bob/devtools/scripts/create.py
@@ -192,8 +192,8 @@ def create(
 
     It uses the conda render API to render a recipe and install an environment
     containing all build/host, run and test dependencies of a package. It does
-    **not** build the package itself, just install dependencies so you can build
-    the package by hand, possibly using buildout or similar. If you'd like to
+    **not** build the package itself, just install dependencies so you can
+    build the package by hand, possibly using pip or similar. If you'd like to
     conda-build your package, just use `conda build` instead.
 
     Once the environment is created, a copy of the used `condarc' file is placed
-- 
GitLab