systemd start script and use netifaces from pip

Fix #59, #229
This commit is contained in:
Julien Duponchelle
2015-06-09 17:29:01 +02:00
parent 7c7f8fe3ed
commit c10e692ca2
3 changed files with 32 additions and 2 deletions

View File

@ -23,6 +23,7 @@ from setuptools.command.test import test as TestCommand
if sys.version_info < (3, 4):
raise SystemExit("Python 3.4 or higher is required")
class PyTest(TestCommand):
def finalize_options(self):
TestCommand.finalize_options(self)
@ -38,6 +39,7 @@ class PyTest(TestCommand):
dependencies = [
"netifaces>=0.10.4",
"jsonschema>=2.4.0",
"aiohttp>=0.15.1",
"Jinja2>=2.7.3",