diff options
author | 2021-02-19 10:10:13 +0100 | |
---|---|---|
committer | 2021-02-19 10:10:20 +0100 | |
commit | 7e26092c3ee6f628d392a669f8ad0c2e5b755793 (patch) | |
tree | e6ec8d0506c916bc61afef325ab355bc3294331f /dev-python/python-nbxmpp | |
parent | dev-python/translate-toolkit: Remove old (diff) | |
download | gentoo-7e26092c3ee6f628d392a669f8ad0c2e5b755793.tar.gz gentoo-7e26092c3ee6f628d392a669f8ad0c2e5b755793.tar.bz2 gentoo-7e26092c3ee6f628d392a669f8ad0c2e5b755793.zip |
dev-python/python-nbxmpp: Add missing gobject-introspection deps
Closes: https://bugs.gentoo.org/771570
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-nbxmpp')
-rw-r--r-- | dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild (renamed from dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild index 97d7d2fd8931..1bcf20fe88fd 100644 --- a/dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild +++ b/dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild @@ -18,7 +18,10 @@ LICENSE="GPL-3" KEYWORDS="~amd64 ~x86" RDEPEND=" + dev-libs/gobject-introspection + net-libs/libsoup[introspection] dev-python/idna[${PYTHON_USEDEP}] - dev-python/precis-i18n[${PYTHON_USEDEP}]" + dev-python/precis-i18n[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP}]" distutils_enable_tests unittest |