summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 10:59:34 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 10:59:34 +0100
commit6a888a112173dd89bf1dcdc17611468445196573 (patch)
treec493c3516a9718ee5526e53030785677bb25aa47 /dev-python
parentdev-python/dbus-python: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-6a888a112173dd89bf1dcdc17611468445196573.tar.gz
gentoo-6a888a112173dd89bf1dcdc17611468445196573.tar.bz2
gentoo-6a888a112173dd89bf1dcdc17611468445196573.zip
dev-python/notify-python: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/notify-python/notify-python-0.1.1-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild b/dev-python/notify-python/notify-python-0.1.1-r3.ebuild
index ff83580859ab..027123fbb0e6 100644
--- a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild
+++ b/dev-python/notify-python/notify-python-0.1.1-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit autotools-utils eutils python-r1
+inherit autotools-utils eutils ltprune python-r1
DESCRIPTION="Python bindings for libnotify"
HOMEPAGE="http://www.galago-project.org/"