Move Pyro4 dependency from 'tox.ini' to 'setup.py'

It is a runtime dependency of the server component, needed not only for
testing.
This commit is contained in:
Tiago Ilieve 2016-04-16 17:44:17 -03:00
parent 12e6467f6d
commit 9e332b2f86
2 changed files with 1 additions and 1 deletions

View file

@ -27,6 +27,7 @@ setup(name='bootstrap-vz',
'docopt >= 0.6.1',
'pyrfc3339 >= 1.0',
'requests >= 2.4.3',
'pyro4 >= 4.30',
],
license='Apache License, Version 2.0',
description='Bootstrap Debian images for virtualized environments',

View file

@ -26,7 +26,6 @@ deps =
nose
nose-cov
nose-htmloutput
Pyro4 >= 4.30
pyvbox >= 0.2.0
commands = nosetests --with-html --html-file=system.html --verbose {posargs:tests/system}