Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/slixmpp/
Date: Thu, 07 Apr 2022 07:53:24
Message-Id: 1649317896.af45066ed708391a609422b8df0f3d40cbe93146.mgorny@gentoo
1 commit: af45066ed708391a609422b8df0f3d40cbe93146
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 07:51:31 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 07:51:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af45066e
7
8 dev-python/slixmpp: Add missing cryptography dep
9
10 The cryptography dep is optional at runtime but since we're already
11 depending unconditionally on other optional deps, let's make it
12 unconditional as well.
13
14 Closes: https://bugs.gentoo.org/836999
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 dev-python/slixmpp/slixmpp-1.8.2.ebuild | 1 +
18 dev-python/slixmpp/slixmpp-9999.ebuild | 1 +
19 2 files changed, 2 insertions(+)
20
21 diff --git a/dev-python/slixmpp/slixmpp-1.8.2.ebuild b/dev-python/slixmpp/slixmpp-1.8.2.ebuild
22 index 1a7f67fcb5c6..a09033bc02fb 100644
23 --- a/dev-python/slixmpp/slixmpp-1.8.2.ebuild
24 +++ b/dev-python/slixmpp/slixmpp-1.8.2.ebuild
25 @@ -27,6 +27,7 @@ DEPEND="
26 RDEPEND="
27 dev-python/aiodns[${PYTHON_USEDEP}]
28 dev-python/aiohttp[${PYTHON_USEDEP}]
29 + dev-python/cryptography[${PYTHON_USEDEP}]
30 dev-python/defusedxml[${PYTHON_USEDEP}]
31 dev-python/pyasn1-modules[${PYTHON_USEDEP}]
32 dev-python/pyasn1[${PYTHON_USEDEP}]
33
34 diff --git a/dev-python/slixmpp/slixmpp-9999.ebuild b/dev-python/slixmpp/slixmpp-9999.ebuild
35 index 1a7f67fcb5c6..a09033bc02fb 100644
36 --- a/dev-python/slixmpp/slixmpp-9999.ebuild
37 +++ b/dev-python/slixmpp/slixmpp-9999.ebuild
38 @@ -27,6 +27,7 @@ DEPEND="
39 RDEPEND="
40 dev-python/aiodns[${PYTHON_USEDEP}]
41 dev-python/aiohttp[${PYTHON_USEDEP}]
42 + dev-python/cryptography[${PYTHON_USEDEP}]
43 dev-python/defusedxml[${PYTHON_USEDEP}]
44 dev-python/pyasn1-modules[${PYTHON_USEDEP}]
45 dev-python/pyasn1[${PYTHON_USEDEP}]