Antoni Segura Puimedon has uploaded a new change for review. Change subject: ethtool: remove debian and configure.ac python-ethtool references ......................................................................
ethtool: remove debian and configure.ac python-ethtool references Commit a5e6b0843b6193d578f59cfe40303eaadf1c02ce aimed to remove any python-ethtool reference outside vdsm-bootstrap. Regrettably, I missed these few places that I fix now. Change-Id: Ie1430f9f947d57abbac2751126a63bf25092c7bc Signed-off-by: Antoni S. Puimedon <[email protected]> --- M configure.ac M debian/control M debian/dependencyMap.txt 3 files changed, 0 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/03/32803/1 diff --git a/configure.ac b/configure.ac index 6f00217..0471b5f 100644 --- a/configure.ac +++ b/configure.ac @@ -235,7 +235,6 @@ # Checking for python modules (sorted, please keep in order) AX_PYTHON_MODULE([argparse], [fatal]) AX_PYTHON_MODULE([cpopen], [fatal]) -AX_PYTHON_MODULE([ethtool], [fatal]) AX_PYTHON_MODULE([libvirt], [fatal]) AX_PYTHON_MODULE([netaddr], [fatal]) AX_PYTHON_MODULE([pthreading], [fatal]) diff --git a/debian/control b/debian/control index 3a1154a..286e944 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,6 @@ python-dev, python-cpopen (>= 1.3), python-dmidecode, - python-ethtool (>=0.8), python-libvirt (>= 1.0.2), python-m2crypto, python-netaddr, @@ -97,8 +96,6 @@ python (>= 2.7.3), python-cpopen (>= 1.3), python-dmidecode, - python-ethtool (>= 0.8), - python-ethtool (>= 0.8), python-libvirt (>= 1.0.2), python-m2crypto, python-netaddr, diff --git a/debian/dependencyMap.txt b/debian/dependencyMap.txt index 640eb4b..f5ab926 100644 --- a/debian/dependencyMap.txt +++ b/debian/dependencyMap.txt @@ -49,7 +49,6 @@ python >= 2.7.3 python python-devel python-dev python-dmidecode python-dmidecode -python-ethtool >= 0.8-1 python-ethtool python-inotify python-pyinotify python-libguestfs python-libguestfs python-magic python-magic -- To view, visit http://gerrit.ovirt.org/32803 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie1430f9f947d57abbac2751126a63bf25092c7bc Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Antoni Segura Puimedon <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
