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
9a884850
Commit
9a884850
authored
Mar 15, 2023
by
Levin Zimmermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eggs += twisted
parent
387beebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
stack/erp5/buildout-py3.cfg
stack/erp5/buildout-py3.cfg
+28
-0
No files found.
stack/erp5/buildout-py3.cfg
View file @
9a884850
...
...
@@ -10,6 +10,7 @@ parts +=
slapos-cookbook
PyStemmer
cython
Twisted
parts -=
# XXX: The following parts have no support for Python 3. Ignore for now.
...
...
@@ -85,11 +86,27 @@ include-dirs -=
include-dirs +=
${cyrus-sasl:location}/include
# XXX: buildout fails to install properly eggs with setup_requires
[Twisted]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = incremental
[eggs]
eggs +=
## Python 3 variant
SOAPpy-py3
suds-py3
# additional eggs for Twisted
Automat
PyHamcrest
attrs
characteristic
constantly
hyperlink
idna
incremental
typing
eggs -=
## Python 2 only
ZServer
...
...
@@ -217,3 +234,14 @@ suds-py3 = 1.4.5.0
wstools-py3 = 0.54.4
toml = 0.10.2
soupsieve = 2.3.2.post1:whl
# twisted
Twisted = 20.3.0
Automat = 0.3.0
PyHamcrest = 2.0.3
attrs = 21.4.0
characteristic = 14.3.0
constantly = 15.1.0
hyperlink = 21.0.0
idna = 2.5
incremental = 16.10.1
typing = 3.10.0.0
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