[Pkg-libvirt-commits] [virt-manager] 01/04: Switch from urlgrabber to requests
Guido Guenther
agx at moszumanska.debian.org
Tue Mar 29 17:56:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to annotated tag debian/1%1.3.2-3
in repository virt-manager.
commit 2ebfe49aea4030fe49ffb69a9258428891479cfd
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue Mar 29 18:44:57 2016 +0200
Switch from urlgrabber to requests
Thanks: Adel Belhouane
Closes: #819494
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index ebc3430..5de096d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Depends: ${misc:Depends}, ${python:Depends},
python-gi,
python-gi-cairo,
python-dbus,
- python-urlgrabber,
+ python-requests,
librsvg2-common,
python-libvirt (>= 0.7.1),
gir1.2-libvirt-glib-1.0,
@@ -47,7 +47,7 @@ Package: virtinst
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-libvirt (>= 0.4.6),
python-ipaddr,
- python-libxml2, python-urlgrabber,
+ python-libxml2, python-requests,
gir1.2-libosinfo-1.0,
Recommends: virt-viewer, qemu-utils
Description: Programs to create and clone virtual machines
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-manager.git
More information about the Pkg-libvirt-commits
mailing list