From d162ba1860a88062f4cd61f8b52fc303ba0b2991 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Aug 2021 00:16:33 +0100 Subject: gentoo resync : 07.08.2021 --- dev-python/libcloud/libcloud-3.3.0.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'dev-python/libcloud/libcloud-3.3.0.ebuild') diff --git a/dev-python/libcloud/libcloud-3.3.0.ebuild b/dev-python/libcloud/libcloud-3.3.0.ebuild index eae3be8212e2..0c5711501b8b 100644 --- a/dev-python/libcloud/libcloud-3.3.0.ebuild +++ b/dev-python/libcloud/libcloud-3.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 @@ -18,11 +18,11 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="examples" -RDEPEND=">=dev-python/requests-2.5.0[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -BDEPEND+=" +RDEPEND=" + dev-python/pyopenssl[${PYTHON_USEDEP}] + >=dev-python/requests-2.5.0[${PYTHON_USEDEP}] +" +BDEPEND=" test? ( >=dev-python/cryptography-2.6.1[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] @@ -31,6 +31,8 @@ BDEPEND+=" ) " +distutils_enable_tests pytest + python_prepare_all() { if use examples; then mkdir examples || die -- cgit v1.2.3