Commit f069ee54 authored by Klaus Wölfel's avatar Klaus Wölfel

ensure working version of setuptools_scm

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

See merge request !768
parents 5038709b f1e7230e
Pipeline #9590 failed with stage
in 0 seconds
...@@ -95,6 +95,7 @@ eggs = ...@@ -95,6 +95,7 @@ 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
...@@ -107,6 +108,11 @@ eggs = ...@@ -107,6 +108,11 @@ eggs =
${python-cryptography:egg} ${python-cryptography:egg}
slapos.toolbox slapos.toolbox
[jsonschema]
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
...@@ -230,6 +236,10 @@ attrs = 18.2.0 ...@@ -230,6 +236,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