Commit 52a39221 authored by Klaus Wölfel's avatar Klaus Wölfel

ensure working version of setuptools_scm

parent 5038709b
...@@ -37,6 +37,7 @@ for f in sorted(glob.glob(os.path.join('slapos', 'recipe', 'README.*.rst'))): ...@@ -37,6 +37,7 @@ for f in sorted(glob.glob(os.path.join('slapos', 'recipe', 'README.*.rst'))):
extras_require = { extras_require = {
'test': ( 'test': (
'setuptools_scm' # for jsonschema
'jsonschema', 'jsonschema',
'mock', 'mock',
'testfixtures', 'testfixtures',
...@@ -61,6 +62,7 @@ setup(name=name, ...@@ -61,6 +62,7 @@ setup(name=name,
include_package_data=True, include_package_data=True,
install_requires=[ install_requires=[
'enum34; python_version<"3.4"', # for inotify-simple 'enum34; python_version<"3.4"', # for inotify-simple
'setuptools_scm' # for jsonschema
'jsonschema', 'jsonschema',
'hexagonit.recipe.download', 'hexagonit.recipe.download',
'netaddr', # to manipulate on IP addresses 'netaddr', # to manipulate on IP addresses
......
...@@ -230,6 +230,10 @@ attrs = 18.2.0 ...@@ -230,6 +230,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