Zhou Zheng Sheng has uploaded a new change for review. Change subject: Ubuntu Packaging: Recommends python-apt ......................................................................
Ubuntu Packaging: Recommends python-apt In ovirt-guest-agent/GuestAgentLinux2.py we try to import apt module. This module is provided by python-apt on Debian and Ubuntu. This patch adds python-apt as a recommendation dependency. Change-Id: I7a248b43c541ded03a26625896881d89a0d6401d Signed-off-by: Zhou Zheng Sheng <[email protected]> --- M debian/control 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/47/19347/1 diff --git a/debian/control b/debian/control index a8e9968..6db8473 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,7 @@ Package: ovirt-guest-agent Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, usermode, python-ethtool, python-dbus +Recommends: python-apt Description: oVirt Guest Agent This is the oVirt management agent running inside the guest. The agent interfaces with the oVirt manager, supplying heart-beat info as well as -- To view, visit http://gerrit.ovirt.org/19347 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7a248b43c541ded03a26625896881d89a0d6401d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
