commit:     29d0b1e794886519fce1f5f944b6a3bf2cd3f8c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 10:39:58 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 28 10:45:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d0b1e7

dev-python/service_identity: Correct RDEPs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/service_identity/service_identity-21.1.0-r1.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/service_identity/service_identity-21.1.0-r1.ebuild 
b/dev-python/service_identity/service_identity-21.1.0-r1.ebuild
index 519cfbe9016a..2bd1bd80bf7b 100644
--- a/dev-python/service_identity/service_identity-21.1.0-r1.ebuild
+++ b/dev-python/service_identity/service_identity-21.1.0-r1.ebuild
@@ -23,13 +23,17 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
-# TODO: upstream made pyopenssl optional
 RDEPEND="
+       >=dev-python/attrs-19.1.0[${PYTHON_USEDEP}]
+       dev-python/cryptography[${PYTHON_USEDEP}]
        dev-python/pyasn1[${PYTHON_USEDEP}]
        dev-python/pyasn1-modules[${PYTHON_USEDEP}]
-       >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
-       >=dev-python/attrs-19.1.0[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]
 "
+BDEPEND="
+       test? (
+               dev-python/pyopenssl[${PYTHON_USEDEP}]
+       )
+"
 
 distutils_enable_tests pytest

Reply via email to