commit: b7480017e43de8f8b9d9a55e3d75f63af5cab997
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 2 11:14:13 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Apr 2 11:15:57 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7480017
dev-python/dbus-python: Remove now unnecessary dbus-glib dependency
Package-Manager: Portage-2.3.19, Repoman-2.3.6
.../{dbus-python-1.2.6.ebuild => dbus-python-1.2.6-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/dbus-python/dbus-python-1.2.6.ebuild
b/dev-python/dbus-python/dbus-python-1.2.6-r1.ebuild
similarity index 94%
rename from dev-python/dbus-python/dbus-python-1.2.6.ebuild
rename to dev-python/dbus-python/dbus-python-1.2.6-r1.ebuild
index 169ee6c62d2..fe9ca527457 100644
--- a/dev-python/dbus-python/dbus-python-1.2.6.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.2.6-r1.ebuild
@@ -22,7 +22,6 @@ REQUIRED_USE="
doc? ( python_targets_python2_7 )"
RDEPEND="
- >=dev-libs/dbus-glib-0.108:=
>=sys-apps/dbus-1.8:=
>=dev-libs/glib-2.40
${PYTHON_DEPS}"
@@ -32,6 +31,7 @@ DEPEND="${RDEPEND}
dev-python/docutils[python_targets_python2_7?]
=dev-python/epydoc-3*[python_targets_python2_7?] )
test? ( dev-python/pygobject:3[${PYTHON_USEDEP}] )"
+# TODO: Half the tests require tap.py from PyPI now, which we didn't have
packaged; those tests just get skipped then though
src_prepare() {
default