Commit 2047bfd8 authored by Marco Mariani's avatar Marco Mariani

cygwin: removed psutil dependency as it does not work in cygwin

parent 630a3bbe
...@@ -36,7 +36,8 @@ setup(name=name, ...@@ -36,7 +36,8 @@ setup(name=name,
'apache_libcloud>=0.4.0', # needed by cloudmgr 'apache_libcloud>=0.4.0', # needed by cloudmgr
'lxml', # needed for xml parsing 'lxml', # needed for xml parsing
'paramiko', # needed by cloudmgr 'paramiko', # needed by cloudmgr
'psutil', # needed for playing with processes in portable way # 'psutil', # needed for playing with processes in portable way
# psutil does not work in cygwin
'setuptools', # namespaces 'setuptools', # namespaces
'slapos.core', # as it provides library for slap 'slapos.core', # as it provides library for slap
'xml_marshaller', # needed to dump information 'xml_marshaller', # needed to dump information
......
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