Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
34f42dbe
Commit
34f42dbe
authored
Oct 05, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
e7292da3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
14 deletions
+19
-14
component/zodbtools/buildout.cfg
component/zodbtools/buildout.cfg
+17
-0
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+2
-14
No files found.
component/zodbtools/buildout.cfg
0 → 100644
View file @
34f42dbe
# SlapOS component for zodbtools.
# https://lab.nexedi.com/nexedi/zodbtools
[buildout]
extends = ../pygolang/buildout.cfg
[zodbtools]
recipe = zc.recipe.egg
egg = zodbtools
eggs = zodbtools ${pygolang:egg}
scripts = zodb
[versions]
zodbtools = 0.0.0.dev8
# XXX zodburi ?
# XXX zope.interfaces ?
software/neoppod/software-common.cfg
View file @
34f42dbe
...
...
@@ -19,6 +19,7 @@ extends =
../../component/python-mysqlclient/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/zodbtools/buildout.cfg
parts =
# keep neoppod first so that ZODB is built correctly,
...
...
@@ -50,7 +51,7 @@ eggs = neoppod[admin, ctl, master]
psutil
ZODB
zope.testing
zodbtools
${zodbtools:egg}
coverage
setproctitle
adapter-egg = ${python-mysqlclient:egg}
...
...
@@ -152,7 +153,6 @@ setproctitle = 1.1.10
slapos.recipe.template = 4.4
transaction = 1.7.0
zodbpickle = 1.0.4
zodbtools = 0.0.0.dev7
cython-zstd = 0.2
python-dateutil = 2.7.3
...
...
@@ -160,18 +160,6 @@ python-dateutil = 2.7.3
# zodbtools==0.0.0dev7
zodburi = 2.3.0
# Required by:
# zodbtools==0.0.0dev7
pygolang = 0.0.0.dev7
# Required by:
# pygolang==0.0.0dev7
gevent = 1.4.0
# Required by:
# gevent==1.4.0
greenlet = 0.4.15
# Required by:
# zodburi==2.0
# ZEO 5 requires transaction >= 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