commit: b58a3f4c744d7b41e0d771644b3e7dcdf5b5492f
Author: Sam Jorna <wraeth <AT> wraeth <DOT> id <DOT> au>
AuthorDate: Fri Oct 23 13:29:06 2015 +0000
Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Fri Oct 23 13:41:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58a3f4c
app-emulation/virt-manager: switch from urlgrabber to requests
Upstream has switched from urlgrabber to the requests library in the
upstream commit 5584863d18b5b0ffed9bb75a4a2cc7b11df8863d.
Gentoo-Bug: 563144
app-emulation/virt-manager/virt-manager-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild
b/app-emulation/virt-manager/virt-manager-9999.ebuild
index 1d62901..cc607d8 100644
--- a/app-emulation/virt-manager/virt-manager-9999.ebuild
+++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
@@ -33,7 +33,7 @@ RDEPEND="!app-emulation/virtinst
dev-libs/libxml2[python,${PYTHON_USEDEP}]
dev-python/ipaddr[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/urlgrabber[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
sys-libs/libosinfo[introspection]
gtk? (
x11-libs/gtk+:3[introspection]