Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Eteri
slapos
Commits
37ab3f9b
Commit
37ab3f9b
authored
Mar 14, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into erp5-component
parents
b33d004e
d75763de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
12 deletions
+21
-12
component/slapos/buildout.cfg
component/slapos/buildout.cfg
+21
-12
No files found.
component/slapos/buildout.cfg
View file @
37ab3f9b
...
...
@@ -3,12 +3,10 @@
extends =
../../stack/slapos.cfg
../../stack/shacache-client.cfg
../bison/buildout.cfg
../gdbm/buildout.cfg
../gettext/buildout.cfg
../m4/buildout.cfg
../python-2.7/buildout.cfg
../readline/buildout.cfg
../sqlite3/buildout.cfg
../swig/buildout.cfg
../patch/buildout.cfg
...
...
@@ -62,12 +60,26 @@ input = inline:
export PS1="[SlapOS env Active] $PS1"
output = ${buildout:directory}/environment.sh
##############################################
# Included locally in order to permit we build
# packages offline.
###############################################
[python-openssl]
recipe = zc.recipe.egg:custom
egg = pyOpenSSL
include-dirs =
${openssl:location}/include/
library-dirs =
${openssl:location}/lib/
rpath =
${openssl:location}/lib/
#############################################
[slapos]
recipe = z3c.recipe.scripts
eggs =
${python-cffi:egg}
${python-cryptography:egg}
pyOpenSSL
${python-openssl:egg}
slapos.libnetworkcache
zc.buildout
${lxml-python:egg}
...
...
@@ -106,19 +118,20 @@ scripts = py
# Use setuptools-1.x for python 2.4/2.5 support
setuptools = 1.4.2
# pyOpenSSL 0.14 uses cryptograpic which is
# incompatible with slapos package generation.
pyOpenSSL = 0.13.1
Jinja2 = 2.7.2
MarkupSafe = 0.19
Werkzeug = 0.9.4
cffi = 0.8.2
cmd2 = 0.6.7
collective.recipe.template = 1.11
cryptography = 0.2.2
itsdangerous = 0.23
lxml = 3.3.3
meld3 = 0.6.10
netaddr = 0.7.10
prettytable = 0.7.2
pyOpenSSL = 0.14
pyparsing = 2.0.1
six = 1.5.2
slapos.core = 1.0.3
...
...
@@ -139,10 +152,6 @@ cliff = 1.5.2
# slapos.core==1.0.3
netifaces = 0.8
# Required by:
# cffi==0.8.2
pycparser = 2.10
# Required by:
# slapos.core==1.0.3
requests = 2.2.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