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

[build] Add pip as a dependence

parent 5b1f05c3
No related branches found
No related tags found
No related merge requests found
Pipeline #46609 passed
......@@ -304,6 +304,7 @@ def parse_dependencies(recipe_dir, config):
+ remove_pins(recipe["requirements"].get("host", []))
+ recipe["requirements"].get("run", [])
+ recipe.get("test", {}).get("requires", [])
+ ["pip"] # required for installing further packages
+ ["bob.buildout"] # required for basic bootstrap of most recipes
+ ["ipython"] # for ipdb
# Also add anaconda compilers to make sure source installed packages are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment