From 6a12add1560545438e1bebc05efbafd05aace4f9 Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Mon, 27 Mar 2017 18:03:52 -0700 Subject: mpm: mpm reorganization --- mpm/python/setup.py.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'mpm/python/setup.py.in') diff --git a/mpm/python/setup.py.in b/mpm/python/setup.py.in index 2a63d14aa..e09262d44 100755 --- a/mpm/python/setup.py.in +++ b/mpm/python/setup.py.in @@ -40,5 +40,9 @@ setup(name='usrp_mpm', zip_safe=False, packages=['usrp_mpm', 'usrp_mpm.periph_manager', 'usrp_mpm.dboard_manager'], install_requires=[ - 'numpy' - ]) + 'mprpc', + 'systemd-python', + 'pyroute2', + 'pyudev' + ], + tests_require=['pytest', 'pylint']) -- cgit v1.2.3