diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-21 09:57:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-21 09:58:18 +0200 |
commit | 8ab9ca6ce67aa8738ade692534b785f2ef959d96 (patch) | |
tree | 2ed90f4e11dfa09a44dafbd204ff671b4fc2607a /media-video/griffith | |
parent | dev-python/django-tastypie: Mark stabilize-allarches (diff) | |
download | gentoo-8ab9ca6ce67aa8738ade692534b785f2ef959d96.tar.gz gentoo-8ab9ca6ce67aa8738ade692534b785f2ef959d96.tar.bz2 gentoo-8ab9ca6ce67aa8738ade692534b785f2ef959d96.zip |
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.
Diffstat (limited to 'media-video/griffith')
-rw-r--r-- | media-video/griffith/griffith-0.13-r2.ebuild (renamed from media-video/griffith/griffith-0.13-r1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/griffith/griffith-0.13-r1.ebuild b/media-video/griffith/griffith-0.13-r2.ebuild index 55114ed59695..66b03bc29c8b 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}] |