dev-python/dbus-python: Remove now unnecessary dbus-glib dependency
authorMart Raudsepp <leio@gentoo.org>
Mon, 2 Apr 2018 11:14:13 +0000 (14:14 +0300)
committerMart Raudsepp <leio@gentoo.org>
Mon, 2 Apr 2018 11:15:57 +0000 (14:15 +0300)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/dbus-python/dbus-python-1.2.6-r1.ebuild [moved from dev-python/dbus-python/dbus-python-1.2.6.ebuild with 94% similarity]

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 169ee6c62d2856aae772c3313c8b50e266997d93..fe9ca5274579534007e7b78a18e8a9617c86d09c 100644 (file)
@@ -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