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
Levin Zimmermann
slapos
Commits
340b0a67
Commit
340b0a67
authored
Mar 19, 2022
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5-zope4py3: More eggs to upgrade/removed to fix ERP5 startup.
parent
303e1e70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
6 deletions
+23
-6
stack/erp5/buildout-py3.cfg
stack/erp5/buildout-py3.cfg
+23
-6
No files found.
stack/erp5/buildout-py3.cfg
View file @
340b0a67
...
...
@@ -87,13 +87,21 @@ include-dirs +=
[eggs]
eggs -=
# Python 2 only
#
#
Python 2 only
ZServer
urlnorm
Products.DCWorkflowGraph
# tracemalloc is now part of Python 3.4!
uuid
# Probably not worth the effort (used for backuping multi-ZODB instances and has
# been discouraged for many years over NEO)
Products.TIDStorage
## Python < 3.5
typing
# TODO: ZServer only but must be migrated to zope4py3
Products.LongRequestLogger
## tracemalloc is now part of Python 3.4!
pytracemalloc
# XXX: The following eggs have no support for Python 3. Ignore for now.
#
#
XXX: The following eggs have no support for Python 3. Ignore for now.
ocropy
${ocropy:egg}
PyXML
...
...
@@ -111,7 +119,6 @@ eggs -=
${h5py:egg}
${statsmodels:egg}
astor
# jupter base egg
jupyter
# explicit eggs to generate scripts from them
jupyter_client
...
...
@@ -150,10 +157,20 @@ zc.recipe.egg = 2.0.3+slapos003
pyasn1-modules = 0.2.8
pyasn1 = 0.4.8
# Version up to support Python 3.7
#
#
Version up to support Python 3.7
numpy = 1.16.6
pandas = 0.24.2
# XXX: No version of scipy is both compatible with Python 2.7 and 3.7
google-api-python-client = 2.41.0
# google-api-python-client version bump
uritemplate = 3.0.1
google-api-core = 2.7.1
google-auth-httplib2 = 0.1.0
google-auth = 2.6.0
httplib2 = 0.15.0
protobuf = 3.19.4
googleapis-common-protos = 1.55.0
cachetools = 5.0.0
## XXX: No version of scipy is both compatible with Python 2.7 and 3.7
scipy = 1.5.2
#scikit-learn = 0.20.4
statsmodels = 0.10.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