Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos.buildout
Commits
b7f77fce
Commit
b7f77fce
authored
Oct 31, 2014
by
Reinout van Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed an 'else'
parent
8f227667
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
src/zc/buildout/easy_install.py
src/zc/buildout/easy_install.py
+6
-7
No files found.
src/zc/buildout/easy_install.py
View file @
b7f77fce
...
@@ -656,13 +656,12 @@ class Installer:
...
@@ -656,13 +656,12 @@ class Installer:
"Version conflict while processing requirement %s "
"Version conflict while processing requirement %s "
"(constrained to %s)"
,
"(constrained to %s)"
,
current_requirement
,
req
)
current_requirement
,
req
)
if
req
.
key
in
[
'zc.buildout'
,
'setuptools'
]:
# When bootstrapping zc.buildout, we might be doing it
# We're bootstrapping zc.buildout with a different
# with a different version than the one we specified in
# version than the one we specified in our versions
# our versions list. Reason: the bootstrap grabs the
# list. Ignore the error it and we'll grab the right
# latest buildout. Same with setuptools.
# one below.
# So ignore the version conflict for those two packages.
dist
=
None
if
req
.
key
not
in
[
'zc.buildout'
,
'setuptools'
]:
else
:
raise
VersionConflict
(
err
,
ws
)
raise
VersionConflict
(
err
,
ws
)
if
dist
is
None
:
if
dist
is
None
:
if
dest
:
if
dest
:
...
...
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