Commit f4506017 authored by Xiaowu Zhang's avatar Xiaowu Zhang

setup/test: add python-unshare and passfd dependency in test dependency

This reverts commit f9b112a7

python-unshare and python-passfd are dependencies of nemu: https://github.com/NightTsarina/nemu/blob/master/setup.py#L18,
but nemu in pypi: https://pypi.org/project/nemu/0.3.1/ is outdated, it has no dependency defined
so keep those here
parent d3bc08ca
...@@ -95,7 +95,7 @@ setup( ...@@ -95,7 +95,7 @@ setup(
extras_require = { extras_require = {
'geoip': ['geoip2'], 'geoip': ['geoip2'],
'multicast': ['PyYAML'], 'multicast': ['PyYAML'],
'test': ['mock', 'pathlib2', 'nemu', 'multiping'] 'test': ['mock', 'pathlib2', 'nemu', 'python-unshare', 'python-passfd', 'multiping']
}, },
#dependency_links = [ #dependency_links = [
# "http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.7.20120714.tar.gz#egg=miniupnpc-1.7", # "http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.7.20120714.tar.gz#egg=miniupnpc-1.7",
......
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