Merge branch 'master' into ppa

This commit is contained in:
2018-03-06 17:01:33 -05:00
committed by GitHub
+1 -1
View File
@@ -1396,7 +1396,7 @@ def pip_install(
# Install dependencies when a package is a VCS dependency.
try:
req = get_requirement(package_name.split('--hash')[0].split('--trusted-host')[0], verbose=verbose).vcs
req = get_requirement(package_name.split('--hash')[0].split('--trusted-host')[0]).vcs
except (pip._vendor.pyparsing.ParseException, ValueError) as e:
click.echo('{0}: {1}'.format(crayons.red('WARNING'), e), err=True)
click.echo(