diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 119c32a7a29f1bfb558e5662b48806912ee21570..25e4492638e70b4b4a41ce37e921dcb8bfcdca8a 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 901ebe1d9157b444278d696f484dc826350fae54..1744b6831aba1fe1eecf74a9368e4d11b997091b 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