Remove ethtool dependency from fuelmenu

Change-Id: I361b2bdc407a7aa521e306794d31f340639d6db9
Partial-Bug: #1466826
This commit is contained in:
Matthew Mosesohn 2015-06-19 16:04:13 +03:00
parent 585d69a071
commit 93b5f2cf4b
2 changed files with 1 additions and 4 deletions

View File

@ -2,5 +2,4 @@ netaddr>=0.7.5
OrderedDict>=1.1
PyYAML>=3.10
netifaces>=0.5
git+https://git.fedorahosted.org/cgit/python-ethtool.git
urwid>=1.1.1
urwid>=1.1.1

View File

@ -40,8 +40,6 @@ setuptools.setup(
'OrderedDict>=1.1',
'PyYAML>=3.10',
'netifaces>=0.5',
'ethtool>=0.6',
#'pypcap',
'urwid>=1.1.1',
],
include_package_data=True,