commit: 65b9df2e535a6476e6685a7674ca2d388becf3b8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 25 11:51:51 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 25 11:54:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b9df2e
dev-python/uranium: add dev-python/cryptography dependency Closes: https://bugs.gentoo.org/783465 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/uranium/{uranium-4.8.0.ebuild => uranium-4.8.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/uranium/uranium-4.8.0.ebuild b/dev-python/uranium/uranium-4.8.0-r1.ebuild similarity index 96% rename from dev-python/uranium/uranium-4.8.0.ebuild rename to dev-python/uranium/uranium-4.8.0-r1.ebuild index ec44ffc1c0b..d2fbe4c6054 100644 --- a/dev-python/uranium/uranium-4.8.0.ebuild +++ b/dev-python/uranium/uranium-4.8.0-r1.ebuild @@ -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}]
