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
74eb44fb
Commit
74eb44fb
authored
Nov 13, 2015
by
Reinout van Rees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Capitalization
parent
1f623c0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/zc/buildout/easy_install.py
src/zc/buildout/easy_install.py
+1
-1
src/zc/buildout/easy_install.txt
src/zc/buildout/easy_install.txt
+1
-1
No files found.
src/zc/buildout/easy_install.py
View file @
74eb44fb
...
...
@@ -235,7 +235,7 @@ class Installer:
"""
output
=
[
"
v
ersion and requirements information containing %s:"
%
name
]
"
V
ersion and requirements information containing %s:"
%
name
]
version_constraint
=
self
.
_versions
.
get
(
name
)
if
version_constraint
:
output
.
append
(
...
...
src/zc/buildout/easy_install.txt
View file @
74eb44fb
...
...
@@ -248,7 +248,7 @@ we'll get an error:
zc.buildout.easy_install DEBUG
Installing 'demo >0.2'.
zc.buildout.easy_install INFO
v
ersion and requirements information containing demo:
V
ersion and requirements information containing demo:
[versions] constraint on demo: 0.2
Base installation request: 'demo >0.2'
...
...
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