Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
51
Merge Requests
51
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
e4267ee4
Commit
e4267ee4
authored
Sep 14, 2015
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up eggs.
also add component/python-PyYAML because cliff 1.15.0 requires PyYAML.
parent
79ea5caa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
3 deletions
+21
-3
buildout.cfg
component/python-PyYAML/buildout.cfg
+13
-0
buildout.cfg
component/slapos/buildout.cfg
+3
-1
slapos.cfg
stack/slapos.cfg
+5
-2
No files found.
component/python-PyYAML/buildout.cfg
0 → 100644
View file @
e4267ee4
[buildout]
extends =
../libyaml/buildout.cfg
[python-PyYAML]
recipe = zc.recipe.egg:custom
egg = PyYAML
rpath =
${libyaml:location}/lib/
include-dirs =
${libyaml:location}/include
library-dirs =
${libyaml:location}/lib
component/slapos/buildout.cfg
View file @
e4267ee4
...
...
@@ -78,12 +78,14 @@ rpath =
[slapos]
recipe = z3c.recipe.scripts
eggs =
${lxml-python:egg}
${python-cffi:egg}
${python-PyYAML:egg}
${python-cliff:egg}
${python-cryptography:egg}
pyOpenSSL
slapos.libnetworkcache
zc.buildout
${lxml-python:egg}
slapos.core
initialization =
...
...
stack/slapos.cfg
View file @
e4267ee4
...
...
@@ -25,6 +25,7 @@ extends =
../component/python-cffi/buildout.cfg
../component/python-cliff/buildout.cfg
../component/python-cryptography/buildout.cfg
../component/python-PyYAML/buildout.cfg
# Separate from site eggs
allowed-eggs-from-site-packages =
...
...
@@ -85,6 +86,7 @@ recipe = zc.recipe.egg
eggs =
${lxml-python:egg}
${python-cffi:egg}
${python-PyYAML:egg}
${python-cliff:egg}
${python-cryptography:egg}
pyOpenSSL
...
...
@@ -109,6 +111,7 @@ zc.recipe.egg = 1.3.2.post4
hexagonit.recipe.download = 1.7.post4
Jinja2 = 2.8
PyYAML = 3.11
Werkzeug = 0.10.4
buildout-versions = 1.7
cffi = 1.2.1
...
...
@@ -152,13 +155,13 @@ Flask = 0.10.1
MarkupSafe = 0.23
# Required by:
# cliff==1.1
4
.0
# cliff==1.1
5
.0
# stevedore==1.8.0
argparse = 1.4.0
# Required by:
# slapos.core==1.3.10
cliff = 1.1
4
.0
cliff = 1.1
5
.0
# Required by:
# cryptography==1.0.1
...
...
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