commit: 7e26092c3ee6f628d392a669f8ad0c2e5b755793 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Feb 19 09:10:13 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Feb 19 09:10:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e26092c
dev-python/python-nbxmpp: Add missing gobject-introspection deps Closes: https://bugs.gentoo.org/771570 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../{python-nbxmpp-2.0.2.ebuild => python-nbxmpp-2.0.2-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 similarity index 79% rename from dev-python/python-nbxmpp/python-nbxmpp-2.0.2.ebuild rename to dev-python/python-nbxmpp/python-nbxmpp-2.0.2-r1.ebuild index 97d7d2fd893..1bcf20fe88f 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
