Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
66bd005d
Commit
66bd005d
authored
Feb 12, 2019
by
André Anjos
💬
Browse files
[conda][bootstrap] Add conda-verify to list of packages to install
parent
3899cb1f
Pipeline
#26847
passed with stage
in 3 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/bootstrap.py
View file @
66bd005d
...
...
@@ -384,6 +384,7 @@ if __name__ == '__main__':
conda_version
=
'4'
conda_build_version
=
'3.16'
conda_verify_version
=
'3'
conda_verbosity
=
[]
#if args.verbose >= 2:
...
...
@@ -398,6 +399,7 @@ if __name__ == '__main__':
'python'
,
'conda=%s'
%
conda_version
,
'conda-build=%s'
%
conda_build_version
,
'conda-verify=%s'
%
conda_verify_version
,
'twine'
,
#required for checking readme of python (zip) distro
])
...
...
@@ -408,6 +410,7 @@ if __name__ == '__main__':
'python'
,
'conda=%s'
%
conda_version
,
'conda-build=%s'
%
conda_build_version
,
'conda-verify=%s'
%
conda_verify_version
,
'twine'
,
#required for checking readme of python (zip) distro
])
conda_bld_path
=
os
.
path
.
join
(
args
.
conda_root
,
'conda-bld'
)
...
...
conda/meta.yaml
View file @
66bd005d
...
...
@@ -35,6 +35,7 @@ requirements:
-
click-plugins
-
conda=4
-
conda-build=3.16
-
conda-verify=3
-
certifi
-
pytz
-
python-dateutil
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment