diff options
author | 2021-05-25 11:51:51 +0000 | |
---|---|---|
committer | 2021-05-25 11:54:47 +0000 | |
commit | 65b9df2e535a6476e6685a7674ca2d388becf3b8 (patch) | |
tree | cdcbc5d456757a3f6f8306d3e57172057b7c9dd0 /dev-python/uranium | |
parent | sci-geosciences/liblas: fix GCC 11 build (diff) | |
download | gentoo-65b9df2e535a6476e6685a7674ca2d388becf3b8.tar.gz gentoo-65b9df2e535a6476e6685a7674ca2d388becf3b8.tar.bz2 gentoo-65b9df2e535a6476e6685a7674ca2d388becf3b8.zip |
dev-python/uranium: add dev-python/cryptography dependency
Closes: https://bugs.gentoo.org/783465
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/uranium')
-rw-r--r-- | dev-python/uranium/uranium-4.8.0-r1.ebuild (renamed from dev-python/uranium/uranium-4.8.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/uranium/uranium-4.8.0.ebuild b/dev-python/uranium/uranium-4.8.0-r1.ebuild index ec44ffc1c0bc..d2fbe4c60546 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}] |