Commit 6e491a6b authored by Romain Courteaud's avatar Romain Courteaud

ensure working version of setuptools_scm for python-dateutil

Install setuptools_scm before python-dateutil (which has it in setup_requires) so that the version can be controlled by buildout

See nexedi/slapos@f1e7230e
parent a024ea6d
...@@ -33,7 +33,7 @@ recipe = zc.recipe.egg ...@@ -33,7 +33,7 @@ recipe = zc.recipe.egg
interpreter = python-${:_buildout_section_name_} interpreter = python-${:_buildout_section_name_}
eggs = eggs =
PyRSS2Gen PyRSS2Gen
python-dateutil ${python-dateutil:egg}
########################################################## ##########################################################
# Service startup scripts and configuration files # Service startup scripts and configuration files
......
...@@ -45,6 +45,7 @@ environment = neoppod-setup-env ...@@ -45,6 +45,7 @@ environment = neoppod-setup-env
[neoppod] [neoppod]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = neoppod[admin, ctl, master] eggs = neoppod[admin, ctl, master]
${python-dateutil:egg}
${cython-zstd:egg} ${cython-zstd:egg}
${msgpack-python:egg} ${msgpack-python:egg}
${:adapter-egg} ${:adapter-egg}
......
...@@ -126,12 +126,18 @@ eggs = ...@@ -126,12 +126,18 @@ eggs =
${pycurl:egg} ${pycurl:egg}
${python-cryptography:egg} ${python-cryptography:egg}
${backports.lzma:egg} ${backports.lzma:egg}
${python-dateutil:egg}
[jsonschema] [jsonschema]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_} egg = ${:_buildout_section_name_}
setup-eggs = setuptools_scm setup-eggs = setuptools_scm
[python-dateutil]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = setuptools_scm
# Install a slapos command with networkcache enabled in ${buildout:bin-directory} # Install a slapos command with networkcache enabled in ${buildout:bin-directory}
[slapos-command] [slapos-command]
recipe = zc.recipe.egg recipe = zc.recipe.egg
......
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