Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.devtools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.devtools
Commits
e373cdf4
Commit
e373cdf4
authored
Dec 15, 2020
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[build] Add pip as a dependence
parent
5b1f05c3
Pipeline
#46609
passed with stages
in 8 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
bob/devtools/build.py
bob/devtools/build.py
+1
-0
No files found.
bob/devtools/build.py
View file @
e373cdf4
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment