commit: af45066ed708391a609422b8df0f3d40cbe93146 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 7 07:51:31 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 7 07:51:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af45066e
dev-python/slixmpp: Add missing cryptography dep The cryptography dep is optional at runtime but since we're already depending unconditionally on other optional deps, let's make it unconditional as well. Closes: https://bugs.gentoo.org/836999 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/slixmpp/slixmpp-1.8.2.ebuild | 1 + dev-python/slixmpp/slixmpp-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/slixmpp/slixmpp-1.8.2.ebuild b/dev-python/slixmpp/slixmpp-1.8.2.ebuild index 1a7f67fcb5c6..a09033bc02fb 100644 --- a/dev-python/slixmpp/slixmpp-1.8.2.ebuild +++ b/dev-python/slixmpp/slixmpp-1.8.2.ebuild @@ -27,6 +27,7 @@ DEPEND=" RDEPEND=" dev-python/aiodns[${PYTHON_USEDEP}] dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] dev-python/pyasn1-modules[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild index 1a7f67fcb5c6..a09033bc02fb 100644 --- a/dev-python/slixmpp/slixmpp-9999.ebuild +++ b/dev-python/slixmpp/slixmpp-9999.ebuild @@ -27,6 +27,7 @@ DEPEND=" RDEPEND=" dev-python/aiodns[${PYTHON_USEDEP}] dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/cryptography[${PYTHON_USEDEP}] dev-python/defusedxml[${PYTHON_USEDEP}] dev-python/pyasn1-modules[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}]
