dev-python/uranium: add dev-python/cryptography dependency

Closes: https://bugs.gentoo.org/783465
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-05-25 11:51:51 +00:00
parent 3220d7fbcf
commit 65b9df2e53

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -32,6 +32,7 @@ BDEPEND="${PYTHON_DEPS}
DEPEND="${PYTHON_DEPS}
~dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/PyQt5[${PYTHON_USEDEP},declarative,network,svg]
dev-python/numpy[${PYTHON_USEDEP}]
>=dev-python/scipy-1.1[${PYTHON_USEDEP}]