From 8ab9ca6ce67aa8738ade692534b785f2ef959d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 21 Apr 2018 09:57:31 +0200 Subject: [PATCH] media-video/griffith: Remove obsolete dep on dev-python/pyxml This package does not appear to mention PyXML anywhere, and all xml.* imports seem to be compatible with built-in xml module. --- .../{griffith-0.13-r1.ebuild => griffith-0.13-r2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename media-video/griffith/{griffith-0.13-r1.ebuild => griffith-0.13-r2.ebuild} (96%) diff --git a/media-video/griffith/griffith-0.13-r1.ebuild b/media-video/griffith/griffith-0.13-r2.ebuild similarity index 96% rename from media-video/griffith/griffith-0.13-r1.ebuild rename to media-video/griffith/griffith-0.13-r2.ebuild index 55114ed596959..66b03bc29c8b4 100644 --- a/media-video/griffith/griffith-0.13-r1.ebuild +++ b/media-video/griffith/griffith-0.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,6 @@ RDEPEND=" ${PYTHON_DEPS} dev-python/pillow[${PYTHON_USEDEP}] gnome-base/libglade[${PYTHON_USEDEP}] - dev-python/pyxml[${PYTHON_USEDEP}] >=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}] dev-python/pygobject:2[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-0.5.2[${PYTHON_USEDEP}]