Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
d159531d
Commit
d159531d
authored
4 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[conda] Fix build deps
parent
33178428
No related branches found
No related tags found
1 merge request
!160
Fix base_build() with a proper support for multi-package-building through conda-build
Pipeline
#40149
failed
4 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conda/conda_build_config.yaml
+0
-3
0 additions, 3 deletions
conda/conda_build_config.yaml
conda/meta.yaml
+2
-1
2 additions, 1 deletion
conda/meta.yaml
with
2 additions
and
4 deletions
conda/conda_build_config.yaml
+
0
−
3
View file @
d159531d
...
...
@@ -22,6 +22,3 @@ python:
-
3.6
-
3.7
-
3.8
setuptools
:
-
46.1.1
This diff is collapsed.
Click to expand it.
conda/meta.yaml
+
2
−
1
View file @
d159531d
...
...
@@ -24,7 +24,8 @@ build:
requirements
:
host
:
-
python {{ python }}
-
setuptools {{ setuptools }}
build
:
-
pip
run
:
-
python
-
setuptools
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment