diff --git a/dev-python/dbus-python/dbus-python-1.2.4.ebuild b/dev-python/dbus-python/dbus-python-1.2.4.ebuild index eef973ebad8e7..6861972519689 100644 --- a/dev-python/dbus-python/dbus-python-1.2.4.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.4.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_6 ) PYTHON_REQ_USE="threads(+)" -inherit autotools eutils python-r1 +inherit autotools eutils ltprune python-r1 DESCRIPTION="Python bindings for the D-Bus messagebus" HOMEPAGE="https://www.freedesktop.org/wiki/Software/DBusBindings https://dbus.freedesktop.org/doc/dbus-python/"