Commit df0c7187 authored by Klaus Wölfel's avatar Klaus Wölfel Committed by Jérome Perrin

cookbook: ensure working version of setuptools_scm

parent 8abed96a
...@@ -95,10 +95,16 @@ eggs = ...@@ -95,10 +95,16 @@ eggs =
${python-cachecontrol:egg} ${python-cachecontrol:egg}
${python-cliff:egg} ${python-cliff:egg}
${python-cryptography:egg} ${python-cryptography:egg}
${jsonschema:egg}
pyOpenSSL pyOpenSSL
slapos.cookbook slapos.cookbook
slapos.libnetworkcache slapos.libnetworkcache
[jsonschema]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = setuptools_scm
[versions] [versions]
setuptools = 40.4.3 setuptools = 40.4.3
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
...@@ -214,6 +220,10 @@ attrs = 18.2.0 ...@@ -214,6 +220,10 @@ attrs = 18.2.0
# jsonschema==3.0.0a3 # jsonschema==3.0.0a3
pyrsistent = 0.14.5 pyrsistent = 0.14.5
# Required by:
# jsonschema==3.0.2
setuptools-scm = 3.5.0
# Required by: # Required by:
# cryptography==1.8.1 # cryptography==1.8.1
ipaddress = 1.0.18 ipaddress = 1.0.18
......
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