Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pysaml2/
Date: Wed, 27 Oct 2021 06:18:08
Message-Id: 1635266106.bfb17db12897393f0e7509a1e506322c1278c3bc.flow@gentoo
1 commit: bfb17db12897393f0e7509a1e506322c1278c3bc
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 26 00:05:28 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 26 16:35:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfb17db1
7
8 dev-python/pysaml2: add xmlsec dependency
9
10 Closes https://bugs.gentoo.org/820251
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/pysaml2/pysaml2-7.0.1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/pysaml2/pysaml2-7.0.1.ebuild b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
17 index 2761ebaa8..36cb926ef 100644
18 --- a/dev-python/pysaml2/pysaml2-7.0.1.ebuild
19 +++ b/dev-python/pysaml2/pysaml2-7.0.1.ebuild
20 @@ -17,6 +17,7 @@ SLOT="0"
21 KEYWORDS="~amd64"
22
23 RDEPEND="
24 + dev-libs/xmlsec
25 >=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
26 dev-python/defusedxml[${PYTHON_USEDEP}]
27 dev-python/pyopenssl[${PYTHON_USEDEP}]