Commit 0d03e61a authored by Tatuya Kamada's avatar Tatuya Kamada

setuptools: Install python-dateutil before setuptools_scm

Latest zc.buildout 2.7.1+slapos013 does not need this customisation but old
rojects still need this patch.

See
nexedi/slapos@6e491a6b
nexedi/slapos@f1e7230e
parent 9c5e4356
...@@ -42,6 +42,7 @@ environment = neoppod-setup-env ...@@ -42,6 +42,7 @@ environment = neoppod-setup-env
[neoppod] [neoppod]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = neoppod[admin, ctl, master, storage-mysqldb] eggs = neoppod[admin, ctl, master, storage-mysqldb]
${python-dateutil:egg}
${cython-zstd:egg} ${cython-zstd:egg}
${msgpack-python:egg} ${msgpack-python:egg}
${python-mysqlclient:egg} ${python-mysqlclient:egg}
......
...@@ -93,10 +93,16 @@ eggs = ...@@ -93,10 +93,16 @@ eggs =
${python-PyYAML:egg} ${python-PyYAML:egg}
${python-cliff:egg} ${python-cliff:egg}
${python-cryptography:egg} ${python-cryptography:egg}
${python-dateutil:egg}
pyOpenSSL pyOpenSSL
slapos.cookbook slapos.cookbook
slapos.libnetworkcache slapos.libnetworkcache
[python-dateutil]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = setuptools_scm
[versions] [versions]
setuptools = 33.1.1 setuptools = 33.1.1
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
......
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