Skip to content
Snippets Groups Projects
Commit fea1a0b3 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[build] Remove ipdb from default install following removal from bob/conda

parent 88d0be21
Branches
Tags
1 merge request!194Allows extra pip-installable packages to be installed in every newly created environment
......@@ -290,7 +290,8 @@ def parse_dependencies(recipe_dir, config):
+ remove_pins(recipe["requirements"].get("host", []))
+ recipe["requirements"].get("run", [])
+ recipe.get("test", {}).get("requires", [])
+ ["bob.buildout", "mr.developer", "ipdb"]
+ ["bob.buildout"] #required for basic bootstrap of most recipes
+ ["ipython"] #for ipdb
# Also add anaconda compilers to make sure source installed packages are
# compiled properly
+ ["clangxx_osx-64" if platform.system() == "Darwin" else "gxx_linux-64"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment