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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HongzheWang
slapos
Commits
475e9ac8
Commit
475e9ac8
authored
Nov 20, 2020
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
working version
parent
2c41c656
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
24 deletions
+37
-24
stack/erp5/buildout-py3.cfg
stack/erp5/buildout-py3.cfg
+33
-7
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+2
-15
stack/erp5/zope-versions.cfg
stack/erp5/zope-versions.cfg
+2
-2
No files found.
stack/erp5/buildout-py3.cfg
View file @
475e9ac8
...
...
@@ -4,14 +4,29 @@ extends =
# Exact versions from Zope 4
versions.cfg
versions-prod.cfg
parts -=
template-neo
parts +=
# Development eggs
slapos-cookbook-develop
slapos-cookbook
zopescripts
parts -=
template-neo
[zopescripts]
recipe = zc.recipe.egg
interpreter = zopepy
eggs =
Zope
Paste
ZEO
# Former zope dependencies
zLOG
docutils
Missing
pytz
zope.sendmail
zope.structuredtext
[python]
part = python3
...
...
@@ -39,7 +54,7 @@ parts -=
tesseract
tesseract-eng-traineddata
tesseract-osd-traineddata
neoppod
#
neoppod
testrunner
test_suite_runner
...
...
@@ -139,13 +154,23 @@ eggs -=
jupyterlab
jupyterlab-launcher
pytesseract
${neoppod:eggs}
# ${neoppod:eggs}
eggs +=
Zope
Paste
zLOG
docutils
Missing
pytz
zope.sendmail
zope.structuredtext
Acquisition-patches = ${:_profile_base_location_}/../../component/egg-patch/Acquisition/aq_dynamic-4.5.patch#e923ab436d53282df536de3ef7d3e127
[versions]
# patched eggs
Acquisition = 4.5
+SlapOSPatched001
#Acquisition = 4.6
+SlapOSPatched001
# zc.recipe.egg 2.0.7 (in versions.cfg) requires zc.buildout>=2.12.0, so let's
# revert to the version contained in stack/slapos.cfg
...
...
@@ -165,3 +190,4 @@ pyzmq = 19.0.2
PyStemmer = 2.0.1
python-ldap = 3.1.0
ipython = 0.10.2
cryptography = 3.2.1
\ No newline at end of file
stack/erp5/buildout.cfg
View file @
475e9ac8
...
...
@@ -448,18 +448,15 @@ eggs = ${neoppod:eggs}
typing
pytracemalloc
xlrd
# Zope
Zope2
# Zope acquisition patch
Acquisition
# for runzeo
ZEO
# Other Zope 2 packages
Products.PluggableAuthService
Products.PluginRegistry
# CMF 2.2
Products.CMFActionIcons
Products.CMFCalendar
...
...
@@ -470,45 +467,35 @@ eggs = ${neoppod:eggs}
Products.DCWorkflow
Products.GenericSetup
five.localsitemanager
# Other products
Products.DCWorkflowGraph
Products.MimetypesRegistry
Products.ExternalEditor
Products.TIDStorage
Products.LongRequestLogger
# BBB: Temporarily keep zope.app.testing awaiting we use newer version of CMF
# (for tests like testCookieCrumbler).
zope.app.testing
# Currently forked in our repository
# Products.PortalTransforms
# Dependency for our fork of PortalTransforms
StructuredText
# Needed for parsing .po files from our Localizer subset
polib
# Needed for Google OAuth
google-api-python-client
# Need for Facebook OAuth
facebook-sdk
# Used by ERP5 Jupyter backend
# ipykernel
# Used by DiffTool
xmltodict
deepdiff
unidiff
jsonpickle
# WSGI server
zope.globalrequest
waitress
# parameterizing the version of the generated python interpreter name by the
# python section version causes dependency between this egg section and the
# installation of python, which we don't want on an instance
...
...
@@ -571,7 +558,7 @@ depends =
# neoppod, mysqlclient, slapos.recipe.template
# patched eggs
Acquisition = 2.13.12+SlapOSPatched001
#
Acquisition = 2.13.12+SlapOSPatched001
Products.DCWorkflow = 2.2.4+SlapOSPatched001
ocropy = 1.0+SlapOSPatched001
pysvn = 1.7.10+SlapOSPatched002
...
...
stack/erp5/zope-versions.cfg
View file @
475e9ac8
...
...
@@ -35,7 +35,7 @@ appdirs = 1.4.3
configparser = 4.0.2
contextlib2 = 0.6.0.post1
distlib = 0.3.0
docutils = 0.1
2
docutils = 0.1
6
filelock = 3.0.12
importlib-metadata = 1.3.0
importlib-resources = 1.0.2
...
...
@@ -62,7 +62,7 @@ typing = 3.7.4.1
virtualenv = 20.0.4
z3c.checkversions = 1.1
zExceptions = 2.13.0
zLOG =
2.11.2
zLOG =
3.1
zc.buildout = 2.3.1
zc.lockfile = 1.0.2
zc.recipe.egg = 2.0.5
...
...
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