diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-02 14:14:13 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-02 14:15:57 +0300 |
commit | b7480017e43de8f8b9d9a55e3d75f63af5cab997 (patch) | |
tree | bdb277826c6cb02f31e0a641cb1f64551ddf3f35 /dev-python/dbus-python | |
parent | net-misc/chrome-remote-desktop: Revert chromium fix (file present (diff) | |
download | gentoo-b7480017e43de8f8b9d9a55e3d75f63af5cab997.tar.gz gentoo-b7480017e43de8f8b9d9a55e3d75f63af5cab997.tar.bz2 gentoo-b7480017e43de8f8b9d9a55e3d75f63af5cab997.zip |
dev-python/dbus-python: Remove now unnecessary dbus-glib dependency
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.6-r1.ebuild (renamed from dev-python/dbus-python/dbus-python-1.2.6.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 169ee6c62d28..fe9ca5274579 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 |