Commit 9a884850 authored by Levin Zimmermann's avatar Levin Zimmermann

eggs += twisted

parent 387beebb
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment